Class HttpContextExtensions
Provides extension methods for the Microsoft.AspNetCore.Http.HttpContext type.
public static class HttpContextExtensions
- Inheritance
-
objectHttpContextExtensions
Methods
Kentico(HttpContext)
Returns a feature set for the specified request.
public static IFeatureSet Kentico(this HttpContext context)
Parameters
context
HttpContextThe object that encapsulates information about an HTTP request.
Returns
- IFeatureSet
A feature set for the specified request.