.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)
Visual Basic (Declaration)
Public Class ViewResult _
Inherits ViewResultBase
Dim instance As ViewResult
public class ViewResult : ViewResultBase
public ref class ViewResult : public ViewResultBase
System..::.Object
System.Web.Mvc..::.ActionResult
System.Web.Mvc..::.ViewResultBase
System.Web.Mvc..::.ViewResult
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