Partager via


OutputCacheAttribute.IsChildActionCacheActive(ControllerContext) Méthode

Définition

Retourne une valeur qui indique si un cache d'actions enfants est actif.

public static bool IsChildActionCacheActive (System.Web.Mvc.ControllerContext controllerContext);
static member IsChildActionCacheActive : System.Web.Mvc.ControllerContext -> bool
Public Shared Function IsChildActionCacheActive (controllerContext As ControllerContext) As Boolean

Paramètres

controllerContext
ControllerContext

Contexte du contrôleur.

Retours

true si le cache d’actions enfant est actif ; sinon, false.

S’applique à