ViewEngineCollection.FindView(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.
Recherche l'affichage spécifié à l'aide du contexte du contrôleur et de l'affichage maître spécifiés.
public virtual System.Web.Mvc.ViewEngineResult FindView (System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName);
abstract member FindView : System.Web.Mvc.ControllerContext * string * string -> System.Web.Mvc.ViewEngineResult
override this.FindView : System.Web.Mvc.ControllerContext * string * string -> System.Web.Mvc.ViewEngineResult
Public Overridable Function FindView (controllerContext As ControllerContext, viewName As String, masterName As String) As ViewEngineResult
Paramètres
- controllerContext
- ControllerContext
Contexte du contrôleur.
- viewName
- String
Nom de la vue.
- masterName
- String
Nom de la vue principale.
Retours
Vue.
Exceptions
Le paramètre controllerContext
est null.
Le partialViewName
paramètre est null ou vide.