.NET Framework Class Library
PartialViewResult Class
Represents a base class that is used to send a partial view to the response.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
Public Class PartialViewResult _
Inherits ViewResultBase
Dim instance As PartialViewResult
public class PartialViewResult : ViewResultBase
public ref class PartialViewResult : public ViewResultBase
System..::.Object
System.Web.Mvc..::.ActionResult
System.Web.Mvc..::.ViewResultBase
System.Web.Mvc..::.PartialViewResult
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference
Other Resources