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)

public interface class IDependencyResolver

The IDependencyResolver type exposes the following members.

  NameDescription
Public methodGetService Try to get a service of the given type.
Public methodGetServices Try to get a list of services of the given type.
Top
Show: