RequestLifetimeScopeProvider Constructor |
Namespace:
Autofac.Integration.Mvc
Assembly:
Autofac.Integration.Mvc (in Autofac.Integration.Mvc.dll) Version: 6.0.0+106fe194fc419c09f32d39119967f68798cc6895
Syntax public RequestLifetimeScopeProvider(
ILifetimeScope container
)
Public Sub New (
container As ILifetimeScope
)
Parameters
- container
- Type: AutofacILifetimeScope
The parent container, usually the application container.
See Also