Click or drag to resize
IFeatureSetSetFeatureT Method
Adds or replaces a feature of the specified type.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
void SetFeature<T>(
	T feature
)
where T : class

Parameters

feature
Type: T
The feature to add or replace.

Type Parameters

T
The type of the feature.
See Also