IViewEngine.FindView(ControllerContext, String, String, Boolean) 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 la vue spécifiée à l'aide du contexte de contrôleur spécifié.
public System.Web.Mvc.ViewEngineResult FindView (System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache);
abstract member FindView : System.Web.Mvc.ControllerContext * string * string * bool -> System.Web.Mvc.ViewEngineResult
Public Function FindView (controllerContext As ControllerContext, viewName As String, masterName As String, useCache As Boolean) As ViewEngineResult
Paramètres
- controllerContext
- ControllerContext
Contexte du contrôleur.
- viewName
- String
Nom de la vue.
- masterName
- String
Nom du maître.
- useCache
- Boolean
true pour spécifier que le moteur d’affichage retourne la vue mise en cache, s’il existe une vue mise en cache ; sinon, false.
Retours
Vue de page.