CacheControlHeaderValue.SharedMaxAge プロパティ

定義

秒で指定した、キャッシュ制御ヘッダーまたは共有キャッシュの Expires ヘッダーにある「最長期間」ディレクティブをオーバーライドする HTTP 応答での共有の最長時間。

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" ディレクティブを表します。

適用対象