DependencyResolver Constructor (HttpConfiguration)

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

Initializes a new instance of the DependencyResolver class.

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

Syntax

'Declaration
Public Sub New ( _
    configuration As HttpConfiguration _
)
public DependencyResolver(
    HttpConfiguration configuration
)
public:
DependencyResolver(
    HttpConfiguration^ configuration
)
new : 
        configuration:HttpConfiguration -> DependencyResolver
public function DependencyResolver(
    configuration : HttpConfiguration
)

Parameters

See Also

Reference

DependencyResolver Class

DependencyResolver Overload

System.Web.Http.Services Namespace