System.Web.IHttpModule.Init Method

Initializes a module and prepares it to handle requests.

Syntax

public void Init (HttpApplication context)

Parameters

context
An System.Web.HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application

Remarks

Use the IHttpModule.Init(HttpApplication) method to register event handling methods with specific events.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0