IDependencyResolver Interface
Represents a dependency injection container.
Namespace: System.Web.Http.Dependencies
Assembly: System.Web.Http (in System.Web.Http.dll)
public interface IDependencyResolver : IDependencyScope, IDisposable
public interface class IDependencyResolver : IDependencyScope,
IDisposable
type IDependencyResolver =
interface
interface IDependencyScope
interface IDisposable
end
Public Interface IDependencyResolver
Inherits IDependencyScope, IDisposable
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.) |
System.Web.Http.Dependencies Namespace
Return to top