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