WebFormViewEngine.CreateView(ControllerContext, String, String) Method

Definition

Creates the specified view by using the specified controller context and the paths of the view and master view.

protected override System.Web.Mvc.IView CreateView (System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath);
override this.CreateView : System.Web.Mvc.ControllerContext * string * string -> System.Web.Mvc.IView
Protected Overrides Function CreateView (controllerContext As ControllerContext, viewPath As String, masterPath As String) As IView

Parameters

controllerContext
ControllerContext

The controller context.

viewPath
String

The view path.

masterPath
String

The master-view path.

Returns

The view.

Applies to