Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.