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.

예외

적용 대상