共用方式為


CacheControlHeaderValue.SharedMaxAge 屬性

定義

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」 指示詞。

適用於