WebFormViewEngine.CreateView(ControllerContext, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée l'affichage partiel spécifié à l'aide du contexte du contrôleur, du chemin d'accès de l'affichage et du chemin d'accès de l'affichage maître spécifiés.
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
Paramètres
- controllerContext
- ControllerContext
Contexte du contrôleur.
- viewPath
- String
Chemin d'accès de l'affichage.
- masterPath
- String
Chemin d'accès de l'affichage maître.
Retours
Vue.