IFeatureSetRemoveFeatureT Method |
Removes a feature of the specified type.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax void RemoveFeature<T>()
where T : class
Type Parameters
- T
- The type of the feature.
See Also