ValueProviderDictionary.ControllerContext Property

Gets or sets the controller context.

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

'Declaration
Public Property ControllerContext As ControllerContext 
	Get 
	Private Set
'Usage
Dim instance As ValueProviderDictionary 
Dim value As ControllerContext 

value = instance.ControllerContext

Property Value

Type: System.Web.Mvc.ControllerContext
The controller context.
Show: