Click or drag to resize
IHttpContextAccessorHttpContext Property
Gets the instance of IHttpContext of current web request.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
IHttpContext HttpContext { get; }

Property Value

Type: IHttpContext
See Also