다음을 통해 공유


OutputCacheAttribute.IsChildActionCacheActive(ControllerContext) 메서드

정의

자식 동작 캐시가 활성 상태인지를 나타내는 값을 반환합니다.

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

매개 변수

controllerContext
ControllerContext

컨트롤러 컨텍스트입니다.

반환

자식 작업 캐시가 활성 상태이면 true이고, 그렇지 않으면 false입니다.

적용 대상