HttpCachePolicyBase.SetAllowResponseInBrowserHistory(Boolean) Method

Definition

When overridden in a derived class, makes the response available in the browser history cache, regardless of the HttpCacheability setting made on the server.

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)

Parameters

allow
Boolean

true to direct the client browser to store responses in the browser history cache; otherwise false.

Exceptions

Applies to