HttpConfiguration::DependencyResolver Property

 

Gets or sets the dependency resolver associated with thisinstance.

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

public:
property IDependencyResolver^ DependencyResolver {
	IDependencyResolver^ get();
	void set(IDependencyResolver^ value);
}

Property Value

Type: System.Web.Http.Dependencies::IDependencyResolver^

The dependency resolver.

Return to top
Show: