Controller::Resolver Property

 

Represents a replaceable dependency resolver providing services. By default, it uses the P:System.Web.Mvc.DependencyResolver.CurrentCache.

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

public:
property IDependencyResolver^ Resolver {
	IDependencyResolver^ get();
	void set(IDependencyResolver^ value);
}
Return to top
Show: