Share via


VirtualPathProviderViewEngine.CreateView Método

Definição

Cria a exibição especificada usando o contexto do controlador, o caminho da exibição e o caminho da exibição mestre.

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

Parâmetros

controllerContext
ControllerContext

O contexto do controlador.

viewPath
String

O caminho da exibição.

masterPath
String

O caminho do modo de exibição mestre.

Retornos

Uma referência para a exibição.

Aplica-se a