CMSHttpContext CurrentOrThrow Property Kentico 8.1 API Reference
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: 8.0.0.0 (8.1.5347.20411)

Property Value

Type: OnlineHttpContextBase
Remarks

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