Click or drag to resize
IHttpContextAccessor Interface
Encapsulates the access to IHttpContext instance.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IHttpContextAccessor

The IHttpContextAccessor type exposes the following members.

Properties
  NameDescription
Public propertyHttpContext
Gets the instance of IHttpContext of current web request.
Top
See Also