CacheProfile.Duration プロパティ

定義

応答がキャッシュされる期間を秒単位で取得または設定します。 このプロパティが null 以外の値に設定されている場合は、"Cache-control" ヘッダーの "max-age" が に設定されます Response

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

プロパティ値

適用対象