HttpCachePolicyWrapper.SetAllowResponseInBrowserHistory(Boolean) 메서드

정의

서버의 설정에 관계없이 브라우저 기록 캐시에서 HttpCacheability 응답을 사용할 수 있도록 합니다.

public:
 override void SetAllowResponseInBrowserHistory(bool allow);
public override void SetAllowResponseInBrowserHistory(bool allow);
override this.SetAllowResponseInBrowserHistory : bool -> unit
Public Overrides Sub SetAllowResponseInBrowserHistory (allow As Boolean)

매개 변수

allow
Boolean

true 클라이언트 브라우저가 브라우저 기록 캐시에 응답을 저장하도록 지시합니다. 그렇지 않으면 false. 기본값은 false입니다.

적용 대상