Controller.PartialView Method
Creates a PartialViewResult object that renders a partial view.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Function PartialView As PartialViewResult
protected internal PartialViewResult PartialView()
protected public:
PartialViewResult^ PartialView()
Return Value
Type: System.Web.Mvc.PartialViewResult
A partial-view result object.
Remarks
The result object that is prepared by this method is written to the response by the MVC framework when the object is executed.