ViewResultBase Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Model | Gets the view data model. |
![]() | TempData | Gets or sets the TempDataDictionary object for this result. |
![]() | View | Gets or sets the IView object that is rendered to the response. |
![]() | ViewBag | Gets the view bag. |
![]() | ViewData | Gets or sets the view data ViewDataDictionary object for this result. |
![]() | ViewEngineCollection | Gets or sets the collection of view engines that are associated with this result. |
![]() | ViewName | Gets or sets the name of the view to render. |
Show:
