IHttpModule.Init Method
.NET Framework 3.0
Initializes a module and prepares it to handle requests.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
void Init ( HttpApplication context )
function Init (
context : HttpApplication
)
Not applicable.
Parameters
- context
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application
For an example of a custom module that implements IHttpModule, see How to: Create a Custom HTTP Module.
Community Additions
ADD
Show: