Controller::View Method (IView, Object)
Visual Studio 2010
Creates a ViewResult object that renders the specified IView object.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- view
- Type: System.Web.Mvc::IView
The view that is rendered to the response.
- model
- Type: System::Object
The model that is rendered by the view.
Community Additions
ADD
Show: