Controller.View Method (String)
Creates a ViewResult object by using the view name that renders a view.
Namespace: System.Web.Mvc
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.
Show: