VirtualPathProviderViewEngine.CreatePartialView 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 la vue partielle spécifiée à l'aide du contexte de contrôleur indiqué.
protected abstract System.Web.Mvc.IView CreatePartialView (System.Web.Mvc.ControllerContext controllerContext, string partialPath);
abstract member CreatePartialView : System.Web.Mvc.ControllerContext * string -> System.Web.Mvc.IView
Protected MustOverride Function CreatePartialView (controllerContext As ControllerContext, partialPath As String) As IView
Paramètres
- controllerContext
- ControllerContext
Contexte du contrôleur.
- partialPath
- String
Chemin d'accès partiel de la nouvelle vue partielle.
Retours
Référence à la vue partielle.