ScriptModule::Init Method (HttpApplication^)
.NET Framework (current version)
Initializes a module and prepares it to handle requests.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- app
-
Type:
System.Web::HttpApplication^
An HttpApplication object that provides access to the methods, properties, and events that are common to all applications in an ASP.NET application.
Use the Init method to register event-handling methods with specific events.
.NET Framework
Available since 3.5
Available since 3.5
Show: