Partilhar via


OutputCacheAttribute.IsChildActionCacheActive(ControllerContext) Método

Definição

Retorna um valor que indica se um cache de ação filha está ativo.

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

Parâmetros

controllerContext
ControllerContext

O contexto do controlador.

Retornos

true se o cache de ação filho estiver ativo; caso contrário, false.

Aplica-se a