共用方式為


CacheControlHeaderValue.MinFresh 屬性

定義

取得或設定 指示詞的值 min-fresh

指出 HTTP 用戶端願意接受回應的存留期。

public:
 property Nullable<TimeSpan> MinFresh { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? MinFresh { get; set; }
member this.MinFresh : Nullable<TimeSpan> with get, set
Public Property MinFresh As Nullable(Of TimeSpan)

屬性值

備註

請參閱 https://tools.ietf.org/html/rfc7234#section-5.2.1.3

適用於