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