IHttpModule::Init Method (HttpApplication^)
.NET Framework (current version)
Initializes a module and prepares it to handle requests.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpApplication^
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application
Use the Init method to register event handling methods with specific events.
For an example of a custom module that implements IHttpModule, see Walkthrough: Creating and Registering a Custom HTTP Module.
.NET Framework
Available since 1.1
Available since 1.1
Show: