IFeatureSetSetFeatureT Method |
Adds or replaces a feature of the specified type.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax 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