System.Web.Mvc Namespace


.NET Framework Class Library
ViewResult Class

Represents a class that is used to render a view by using an IView instance that is returned by an IViewEngine object.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax

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

System..::.Object
  System.Web.Mvc..::.ActionResult
    System.Web.Mvc..::.ViewResultBase
      System.Web.Mvc..::.ViewResult
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