System.Web.Mvc Namespace


.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)
Syntax

Visual Basic (Declaration)
Public Class PartialViewResult _
    Inherits ViewResultBase
Visual Basic (Usage)
Dim instance As PartialViewResult
C#
public class PartialViewResult : ViewResultBase
Visual C++
public ref class PartialViewResult : public ViewResultBase
Inheritance Hierarchy

System..::.Object
  System.Web.Mvc..::.ActionResult
    System.Web.Mvc..::.ViewResultBase
      System.Web.Mvc..::.PartialViewResult
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Other Resources

Tags :


Page view tracker