Click or drag to resize

DependencyResolverExtensions Class

Extension methods to the IDependencyResolver interface.
Inheritance Hierarchy
SystemObject
  Autofac.Integration.WebApiDependencyResolverExtensions

Namespace:  Autofac.Integration.WebApi
Assembly:  Autofac.Integration.WebApi (in Autofac.Integration.WebApi.dll) Version: 6.0.0+03bf347ff3a78c2557675254b1a417eef4b464ec
Syntax
public static class DependencyResolverExtensions

The DependencyResolverExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRequestLifetimeScope
Gets the request lifetime scope from the Autofac dependency scope.
Public methodStatic memberGetRootLifetimeScope
Gets the root lifetime scope from the Autofac dependency resolver.
Top
See Also