共用方式為


CacheControlHeaderValue.MaxStale 屬性

定義

HTTP 用戶端是否願意接受已超過其到期時間的回應。

public:
 property bool MaxStale { bool get(); void set(bool value); };
public bool MaxStale { get; set; }
member this.MaxStale : bool with get, set
Public Property MaxStale As Boolean

屬性值

如果 HTTP 用戶端願意接受已超過其到期時間的回應,則為 true,否則為 false

備註

這個屬性代表如果 HTTP 要求上的快取控件標頭欄位中有 「max-stale」 指示詞。

適用於