다음을 통해 공유


ControlCachePolicy.Cached 속성

정의

사용자 정의 컨트롤에서 부분 캐싱을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool Cached { bool get(); void set(bool value); };
public bool Cached { get; set; }
member this.Cached : bool with get, set
Public Property Cached As Boolean

속성 값

Boolean

사용자 정의 컨트롤의 출력이 캐시되면 true이고, 그렇지 않으면 false입니다.

예외

사용자 정의 컨트롤이 BasePartialCachingControl과 연결되어 있지 않아 캐시할 수 없는 경우

또는 Cached 속성이 컨트롤의 초기화 및 렌더링 단계가 아닌 다른 단계에서 설정된 경우

적용 대상