RazorViewEngine.CreateView Method
Creates a 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)
protected override function CreateView( controllerContext : ControllerContext, viewPath : String, masterPath : String ) : IView
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- viewPath
- Type: System.String
The path to the view.
- masterPath
- Type: System.String
The path to the master view.
Show: