Click or drag to resize
IFeatureSetRemoveFeatureT Method
Removes 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 RemoveFeature<T>()
where T : class

Type Parameters

T
The type of the feature.
See Also