CacheControlHeaderValue.SharedMaxAge 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
HTTP 回應中的共用最長使用期限 (以秒為單位),可覆寫 cache-control 標頭中或者共用快取之 Expires 標頭中的 "max-age" 指示詞。
public:
property Nullable<TimeSpan> SharedMaxAge { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? SharedMaxAge { get; set; }
member this.SharedMaxAge : Nullable<TimeSpan> with get, set
Public Property SharedMaxAge As Nullable(Of TimeSpan)
屬性值
時間 (秒)。
備註
此屬性代表 HTTP 回應上快取控制標頭欄位中的 「s-max-age」 指示詞。