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