ScriptModule::IHttpModule::Init Method (HttpApplication^)

 

Initializes the module and prepares it to handle requests.

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

private:
virtual void Init(
	HttpApplication^ context
) sealed = IHttpModule::Init

Parameters

context
Type: System.Web::HttpApplication^

An HttpApplication that provides access to the methods, properties, and events that are common to all application objects in an ASP.NET application.

.NET Framework
Available since 3.5
Return to top
Show: