WebViewPage<TModel> Properties

 

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

Properties

Name Description
System_CAPS_pubproperty Ajax

Gets or sets the AjaxHelper object that is used to render HTML markup using Ajax.

System_CAPS_pubproperty App

(Inherited from WebPageExecutingBase.)

System_CAPS_pubproperty AppState

(Inherited from WebPageExecutingBase.)

System_CAPS_pubproperty Cache

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty Context

Gets the HttpContext object that is associated with the page.(Inherited from WebViewPage.)

System_CAPS_pubproperty Culture

(Inherited from WebPageRenderingBase.)

System_CAPS_protproperty DisplayMode

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty Html

Gets or sets the HtmlHelper object that is used to render HTML elements.

System_CAPS_pubproperty IsAjax

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty IsPost

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty Layout

(Inherited from WebPageBase.)

System_CAPS_pubproperty Model

Gets the Model property of the associated ViewDataDictionary object.

System_CAPS_pubproperty Output

(Inherited from WebPageBase.)

System_CAPS_pubproperty OutputStack

(Inherited from WebPageBase.)

System_CAPS_pubproperty Page

(Inherited from WebPageBase.)

System_CAPS_pubproperty PageContext

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty PageData

(Inherited from WebPageBase.)

System_CAPS_pubproperty Profile

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty Request

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty Response

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty Server

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty Session

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty TempData

Gets the temporary data to pass to the view.(Inherited from WebViewPage.)

System_CAPS_pubproperty TemplateInfo

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty UICulture

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty Url

Gets or sets the URL of the rendered page.(Inherited from WebViewPage.)

System_CAPS_pubproperty UrlData

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty User

(Inherited from WebPageRenderingBase.)

System_CAPS_pubproperty ViewBag

Gets the view bag.(Inherited from WebViewPage.)

System_CAPS_pubproperty ViewContext

Gets or sets the information that is used to render the view.(Inherited from WebViewPage.)

System_CAPS_pubproperty ViewData

Gets or sets a dictionary that contains data to pass between the controller and the view.

System_CAPS_pubproperty VirtualPath

(Inherited from WebPageExecutingBase.)

See Also

WebViewPage<TModel> Class
System.Web.Mvc Namespace

Return to top