CMSHttpContextCurrent Property |
Gets or sets an instance of the
HttpContextBase class associated with the current request.
Namespace: CMS.HelpersAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static HttpContextBase Current { get; }
Property Value
Type:
HttpContextBaseRemarks
This property is thread-safe, however, multiple instances of the
HttpContextBase class could be created simultaneously.
See Also