HttpCachePolicyWrapper.SetAllowResponseInBrowserHistory(Boolean) Yöntem

Tanım

Sunucuda yapılan ayardan bağımsız olarak HttpCacheability yanıtı tarayıcı geçmişi önbelleğinde kullanılabilir hale getirir.

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

Parametreler

allow
Boolean

true istemci tarayıcısını yanıtları tarayıcı geçmişi önbelleğinde depolamaya yönlendirmek için; aksi takdirde false. Varsayılan değer: false.

Şunlara uygulanır