IFeatureSetGetFeatureT Method |
Returns a feature of the specified type.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax T GetFeature<T>()
where T : class
Type Parameters
- T
- The type of the feature.
Return Value
Type:
TA feature of the specified type, if available; otherwise, null.
See Also