Autofac.Integration.Web Namespace |
[Missing <summary> documentation for "N:Autofac.Integration.Web"]
Class | Description | |
---|---|---|
ContainerDisposalModule |
HTTP Module that disposes of Autofac-created components when processing for
a request completes.
| |
ContainerProvider |
Provides application-wide and per-request containers.
| |
ContainerProviderContainer |
Provides an implementation of IContainer which uses the configured
IContainerProvider to route calls to the current request container.
| |
RegistrationExtensions |
Extends registration syntax for common web scenarios.
| |
WebLifetime |
Constants used to tag liftime scopes within standard Autofac web applications.
|
Interface | Description | |
---|---|---|
IContainerProvider |
Provides global and per-request Autofac containers in an
ASP.NET application.
| |
IContainerProviderAccessor |
Implemented on a type (i.e. HttpApplication) that maintains a container provider
for injecting dependencies into web requests.
|