PartialViewResult Properties

 

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

NameDescription
System_CAPS_pubpropertyModel

Gets the view data model.(Inherited from ViewResultBase.)

System_CAPS_pubpropertyTempData

Gets or sets the TempDataDictionary object for this result.(Inherited from ViewResultBase.)

System_CAPS_pubpropertyView

Gets or sets the IView object that is rendered to the response.(Inherited from ViewResultBase.)

System_CAPS_pubpropertyViewBag

Gets the view bag.(Inherited from ViewResultBase.)

System_CAPS_pubpropertyViewData

Gets or sets the view data ViewDataDictionary object for this result.(Inherited from ViewResultBase.)

System_CAPS_pubpropertyViewEngineCollection

Gets or sets the collection of view engines that are associated with this result.(Inherited from ViewResultBase.)

System_CAPS_pubpropertyViewName

Gets or sets the name of the view to render.(Inherited from ViewResultBase.)

Return to top
Show: