Click or drag to resize

Autofac.Integration.WebApi Namespace

[Missing <summary> documentation for "N:Autofac.Integration.WebApi"]

Classes
  ClassDescription
Public classAutofacControllerConfigurationAttribute
Configures the controller descriptor with per-controller services from the container.
Public classAutofacWebApiDependencyResolver
Autofac implementation of the IDependencyResolver interface.
Public classAutofacWebApiDependencyScope
Autofac implementation of the IDependencyScope interface.
Public classAutofacWebApiFilterProvider
A filter provider for performing property injection on filter attributes.
Public classAutofacWebApiModelBinderProvider
Autofac implementation of the ModelBinderProvider class.
Public classDependencyResolverExtensions
Extension methods to the IDependencyResolver interface.
Public classHttpConfigurationExtensions
Extension methods for HttpConfiguration to enable Web API and Autofac integration.
Public classRegistrationExtensions
Adds registration syntax to the ContainerBuilder type.
Interfaces
  InterfaceDescription
Public interfaceIAutofacActionFilter
An action filter that will be created for each controller request.
Public interfaceIAutofacAuthenticationFilter
An authentication filter that will be created for each controller request.
Public interfaceIAutofacAuthorizationFilter
An authorization filter that will be created for each controller request.
Public interfaceIAutofacContinuationActionFilter
An action filter that will be created for each controller request, and executes using continuations, so the async context is preserved.
Public interfaceIAutofacExceptionFilter
An exception filter that will be created for each controller request.