Initializes a module and prepares it to handle requests.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Parameters
- context (HttpApplication)
An HttpApplication object that provides access to the methods, properties, and events that are common to all applications within an ASP.NET application.
Remarks
Use the Init(HttpApplication) method to register event-handling methods with specific events.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)