SimpleInjectorHttpModuleIHttpModuleInit Method

Simple Injector
Initializes a module and prepares it to handle requests.

Namespace:  SimpleInjector.Integration.Web
Assembly:  SimpleInjector.Integration.Web (in SimpleInjector.Integration.Web.dll) Version: 4.10.2
Syntax

void IHttpModule.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

Reference