Click or drag to resize

ContainerProviderContainer Constructor

Initializes a new instance of the ContainerProviderContainer class.

Namespace:  Autofac.Integration.Web
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public ContainerProviderContainer(
	IContainerProvider containerProvider
)

Parameters

containerProvider
Type: Autofac.Integration.WebIContainerProvider
The IContainerProvider to use to retrieve the current request container.
See Also