Autofac.Integration.WebApi Namespace |
[Missing <summary> documentation for "N:Autofac.Integration.WebApi"]
Class | Description | |
---|---|---|
AutofacControllerConfigurationAttribute |
Configures the controller descriptor with per-controller services from the container.
| |
AutofacWebApiDependencyResolver |
Autofac implementation of the IDependencyResolver interface.
| |
AutofacWebApiDependencyScope |
Autofac implementation of the IDependencyScope interface.
| |
AutofacWebApiFilterProvider |
A filter provider for performing property injection on filter attributes.
| |
AutofacWebApiModelBinderProvider |
Autofac implementation of the ModelBinderProvider class.
| |
DependencyResolverExtensions |
Extension methods to the IDependencyResolver interface.
| |
HttpConfigurationExtensions |
Extension methods for HttpConfiguration to enable Web API and Autofac integration.
| |
RegistrationExtensions |
Adds registration syntax to the ContainerBuilder type.
|
Interface | Description | |
---|---|---|
IAutofacActionFilter |
An action filter that will be created for each controller request.
| |
IAutofacAuthenticationFilter |
An authentication filter that will be created for each controller request.
| |
IAutofacAuthorizationFilter |
An authorization filter that will be created for each controller request.
| |
IAutofacContinuationActionFilter |
An action filter that will be created for each controller request, and
executes using continuations, so the async context is preserved.
| |
IAutofacExceptionFilter |
An exception filter that will be created for each controller request.
|