AutofacWebApiDependencyResolverContainer Property |
Gets the root container provided to the dependency resolver.
Namespace:
Autofac.Integration.WebApi
Assembly:
Autofac.Integration.WebApi (in Autofac.Integration.WebApi.dll) Version: 6.0.0+03bf347ff3a78c2557675254b1a417eef4b464ec
Syntax public ILifetimeScope Container { get; }
Public ReadOnly Property Container As ILifetimeScope
Get
Property Value
Type:
ILifetimeScope[Missing <value> documentation for "P:Autofac.Integration.WebApi.AutofacWebApiDependencyResolver.Container"]
See Also