ScriptModule::Init Method (HttpApplication^)

 
Use BaseTrue

Initializes a module and prepares it to handle requests.

Namespace:   System.Web.Handlers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual void Init(
	HttpApplication^ app
)

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
Return to top
Show: