Controller::View Method (String, String)
Visual Studio 2010
Creates a ViewResult object using the view name and master-page name 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.
- masterName
- Type: System::String
The name of the master page or template to use when the view is rendered.
Community Additions
ADD
Show: