Click or drag to resize
HttpContextExtensionsKentico Method (HttpContextBase)
Returns a feature set for the specified request.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static IFeatureSet Kentico(
	this HttpContextBase context
)

Parameters

context
Type: System.WebHttpContextBase
The object that encapsulates information about an HTTP request.

Return Value

Type: IFeatureSet
A 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 HttpContextBase. 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