Click or drag to resize

DependencyInjectionModuleInit Method

Initializes a module and prepares it to handle requests.

Namespace:  Autofac.Integration.Web.Forms
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public void Init(
	HttpApplication context
)

Parameters

context
Type: System.WebHttpApplication
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.

Implements

IHttpModuleInit(HttpApplication)
See Also