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

例外

适用于