Click or drag to resize
CMSHttpContextCurrent Property
Gets or sets an instance of the HttpContextBase class associated with the current request.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static HttpContextBase Current { get; set; }

Property Value

Type: HttpContextBase
Remarks
This property is thread-safe, however, multiple instances of the HttpContextBase class could be created simultaneously.
See Also