DependencyResolverExtensions Class

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

Provides a centralized list of type-safe accessors describing where and how you use the dependency resolver.

System::Object
  System.Web.Http::DependencyResolverExtensions

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

[ExtensionAttribute]
public ref class DependencyResolverExtensions abstract sealed

The DependencyResolverExtensions type exposes the following members.

This class also provides a single entry point for each service request. That makes it easy to see which parts of the code use it, and provides a single place to comment usage. Accessors encapsulate usage like: Type-safe using {T} instead of unsafe Type.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: