WebViewPage.ViewContext Property
Gets or sets the information that is used to render the view.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property ViewContext As ViewContext Get Set 'Usage Dim instance As WebViewPage Dim value As ViewContext value = instance.ViewContext instance.ViewContext = value
Property Value
Type: System.Web.Mvc.ViewContextThe information that is used to render the view, which includes the form context, the temporary data, and the view data of the associated view.
Show: