AjaxHelper.ViewContext Property

Gets the context information about the view.

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

function get ViewContext () : ViewContext 
private function set ViewContext (value : ViewContext)

Property Value

Type: System.Web.Mvc.ViewContext
The context of the view.

The ViewContext object contains information that is related to rendering a view, including the view's ViewData and TempData dictionaries.

Show: