WebFormViewEngine.CreateView(ControllerContext, String, String) Methode

Definition

Erstellt die angegebene Ansicht anhand des angegebenen Controllerkontexts und der Pfade der Ansicht und Masteransicht.

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

Parameter

controllerContext
ControllerContext

Der Controllerkontext.

viewPath
String

Der Ansichtspfad.

masterPath
String

Der master-Ansichtspfad.

Gibt zurück

Die Ansicht.

Gilt für: