Click or drag to resize

IContainerProviderAccessor Interface

Implemented on a type (i.e. HttpApplication) that maintains a container provider for injecting dependencies into web requests.

Namespace:  Autofac.Integration.Web
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public interface IContainerProviderAccessor

The IContainerProviderAccessor type exposes the following members.

Properties
  NameDescription
Public propertyContainerProvider
Gets the container provider.
Top
See Also