ViewUserControl.ViewContext Property

Gets or sets the view context.

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

'Declaration
<BrowsableAttribute(False)> _
Public Property ViewContext As ViewContext 
	Get 
	Set
'Usage
Dim instance As ViewUserControl 
Dim value As ViewContext 

value = instance.ViewContext

instance.ViewContext = value

Property Value

Type: System.Web.Mvc.ViewContext
The view context.
Show: