Controller.View Method (String, String, Object)
Creates a ViewResult object using the view name, master-page name, and model that renders a view.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract View : viewName:string * masterName:string * model:Object -> ViewResult override View : viewName:string * masterName:string * model:Object -> ViewResult
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.
- model
- Type: System.Object
The model that is rendered by the view.
Show: