WebFormViewEngine.CreateView Method
Creates the specified view by using the specified controller context and the paths of the view and master view.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract CreateView : controllerContext:ControllerContext * viewPath:string * masterPath:string -> IView override CreateView : controllerContext:ControllerContext * viewPath:string * masterPath:string -> IView
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- viewPath
- Type: System.String
The view path.
- masterPath
- Type: System.String
The master-view path.
Show: