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.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public static HttpContextBase Current { get; }

Property Value

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