Partager via


IViewEngine.FindPartialView(ControllerContext, String, Boolean) Méthode

Définition

Recherche la vue partielle spécifiée à l'aide du contexte du contrôleur spécifié.

public System.Web.Mvc.ViewEngineResult FindPartialView (System.Web.Mvc.ControllerContext controllerContext, string partialViewName, bool useCache);
abstract member FindPartialView : System.Web.Mvc.ControllerContext * string * bool -> System.Web.Mvc.ViewEngineResult
Public Function FindPartialView (controllerContext As ControllerContext, partialViewName As String, useCache As Boolean) As ViewEngineResult

Paramètres

controllerContext
ControllerContext

Contexte du contrôleur.

partialViewName
String

Nom de la vue partielle.

useCache
Boolean

true pour spécifier que le moteur d’affichage retourne l’affichage mis en cache, s’il existe une vue mise en cache ; sinon, false.

Retours

Vue partielle.

S’applique à