Click or drag to resize
CMSHttpContext Class
Provides an instance of the HttpContext associated with the current request.
Inheritance Hierarchy
SystemObject
  CMS.HelpersCMSHttpContext

Namespace: CMS.Helpers
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public class CMSHttpContext

The CMSHttpContext type exposes the following members.

Constructors
  NameDescription
Public methodCMSHttpContext
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Gets or sets an instance of the HttpContextBase class associated with the current request.
Top
Remarks
The instance could be set programmatically to support testing scenarios.
See Also