Click or drag to resize
ApplicationModule Class
Application module for registering the application events globally
Inheritance Hierarchy
SystemObject
  CMS.BaseApplicationModule

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class ApplicationModule : IHttpModule

The ApplicationModule type exposes the following members.

Constructors
  NameDescription
Public methodApplicationModule
Top
Methods
  NameDescription
Public methodDispose
Disposes the object
Public methodInit
Registers the event handler(s).
Top
See Also