HttpCachePolicyBase.SetAllowResponseInBrowserHistory(Boolean) 메서드

정의

파생된 클래스에서 재정의된 경우 서버의 HttpCacheability 설정과 관계없이 브라우저 기록 캐시에서 응답을 사용할 수 있도록 설정합니다.

public:
 virtual void SetAllowResponseInBrowserHistory(bool allow);
public virtual void SetAllowResponseInBrowserHistory (bool allow);
abstract member SetAllowResponseInBrowserHistory : bool -> unit
override this.SetAllowResponseInBrowserHistory : bool -> unit
Public Overridable Sub SetAllowResponseInBrowserHistory (allow As Boolean)

매개 변수

allow
Boolean

브라우저 기록 캐시에 응답을 저장하도록 클라이언트 브라우저에 지시하면true 이고, 지시하지 않으면 false입니다.

예외

적용 대상