The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDependencyResolver Interface
Represents a dependency injection container.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | BeginScope() | Starts a resolution scope. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetService(Type^) | Retrieves a service from the scope.(Inherited from IDependencyScope.) |
![]() | GetServices(Type^) | Retrieves a collection of services from the scope.(Inherited from IDependencyScope.) |
Show:
