Click or drag to resize

Autofac.Integration.Mvc Namespace

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

Classes
  ClassDescription
Public classAutofacDependencyResolver
Autofac implementation of the IDependencyResolver interface.
Public classAutofacFilterProvider
Defines a filter provider for filter attributes that performs property injection.
Public classAutofacModelBinderProvider
Autofac implementation of the IModelBinderProvider interface.
Public classAutofacWebTypesModule
Dependency injection module that registers abstractions for common web application properties.
Public classExtensibleActionInvoker
Injects services from the container into the ASP.NET MVC invocation pipeline. This is a Async Controller Action Invoker which can be used for both async and non-async scenarios.
Public classModelBinderTypeAttribute
Indicates what types a model binder supports.
Public classRegistrationExtensions
Extends ContainerBuilder with methods to support ASP.NET MVC.
Public classRequestLifetimeScopeProvider
Creates and disposes HTTP request based lifetime scopes.
Public classViewRegistrationSource
A registration source for building view registrations.
Interfaces
  InterfaceDescription
Public interfaceILifetimeScopeProvider
Implementors are able to control the creation of nested lifetime scopes.