PartialViewResult Properties

Include Protected Members
Include Inherited Members

The PartialViewResult type exposes the following members.

Properties

  Name Description
Public property Model Gets the view data model. (Inherited from ViewResultBase.)
Public property TempData Gets or sets the TempDataDictionary object for this result. (Inherited from ViewResultBase.)
Public property View Gets or sets the IView object that is rendered to the response. (Inherited from ViewResultBase.)
Public property ViewBag Gets the view bag. (Inherited from ViewResultBase.)
Public property ViewData Gets or sets the view data ViewDataDictionary object for this result. (Inherited from ViewResultBase.)
Public property ViewEngineCollection Gets or sets the collection of view engines that are associated with this result. (Inherited from ViewResultBase.)
Public property ViewName Gets or sets the name of the view to render. (Inherited from ViewResultBase.)

Top

See Also

Reference

PartialViewResult Class

System.Web.Mvc Namespace