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