Click or drag to resize
ApplicationModuleInit Method
Registers the event handler(s).

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public void Init(
	HttpApplication app
)

Parameters

app
Type: System.WebHttpApplication
The http application

Implements

IHttpModuleInit(HttpApplication)
See Also