OutputCacheAttribute.IsChildActionCacheActive(ControllerContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether a child action cache is active.
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
Parameters
- controllerContext
- ControllerContext
The controller context.
Returns
true if the child action cache is active; otherwise, false.