HttpContextExtensionsKentico Method (HttpContext) |
Returns a feature set for the specified request.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax public static IFeatureSet Kentico(
this HttpContext context
)
Parameters
- context
- Type: System.WebHttpContext
The object that encapsulates information about an HTTP request.
Return Value
Type:
IFeatureSetA feature set for the specified request.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
HttpContext. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also