Click or drag to resize
CMSHttpApplication Class
Envelope class with request mappings for HttpApplication class
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class CMSHttpApplication : HttpApplication

The CMSHttpApplication type exposes the following members.

Constructors
  NameDescription
Public methodCMSHttpApplication
Top
Methods
  NameDescription
Public methodApplication_End
Application end event handler.
Public methodApplication_Error
Application error event handler.
Public methodGetVaryByCustomString
Custom cache parameters processing.
(Overrides HttpApplicationGetVaryByCustomString(HttpContext, String).)
Protected methodStatic memberInitApplication
Initialize CMS application from a web-based environment.
Public methodSession_End
Session end event handler.
Public methodSession_Start
Session start event handler.
Public methodStatic memberSessionEnd
Fires the session end event
Top
See Also