DependencyResolver.Current Property

Gets the implementation of the dependency resolver.

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

'Declaration
Public Shared ReadOnly Property Current As IDependencyResolver 
	Get
'Usage
Dim value As IDependencyResolver 

value = DependencyResolver.Current

Property Value

Type: System.Web.Mvc.IDependencyResolver
The implementation of the dependency resolver.
Show: