IDependencyResolver Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Web.Http.Services
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Interface IDependencyResolver
public interface IDependencyResolver
public interface class IDependencyResolver
type IDependencyResolver =  interface end
public interface IDependencyResolver

The IDependencyResolver type exposes the following members.

Methods

  Name Description
Public method GetService Try to get a service of the given type.
Public method GetServices Try to get a list of services of the given type.

Top

See Also

Reference

System.Web.Http.Services Namespace