Table of Contents

Class HttpContextExtensions

Namespace
Kentico.Web.Mvc
Assembly
Kentico.Web.Mvc.dll

Provides extension methods for the Microsoft.AspNetCore.Http.HttpContext type.

public static class HttpContextExtensions
Inheritance
object
HttpContextExtensions

Methods

Kentico(HttpContext)

Returns a feature set for the specified request.

public static IFeatureSet Kentico(this HttpContext context)

Parameters

context HttpContext

The object that encapsulates information about an HTTP request.

Returns

IFeatureSet

A feature set for the specified request.