Freigeben über


OutputCacheAttribute.IsChildActionCacheActive(ControllerContext) Methode

Definition

Gibt einen Wert zurück, der angibt, ob ein Cache der untergeordneten Aktion aktiv ist.

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

Parameter

controllerContext
ControllerContext

Der Controllerkontext.

Gibt zurück

true, wenn der untergeordnete Aktionscache aktiv ist; andernfalls false.

Gilt für: