ApplicationModuleInit Method |
Registers the event handler(s).
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public void Init(
HttpApplication app
)
Parameters
- app
- Type: System.WebHttpApplication
The http application
Implements
IHttpModuleInit(HttpApplication)See Also