HttpCacheDirectiveHeaderValueCollection.MaxAge プロパティ

定義

Cache-Control HTTP ヘッダーの max-age ディレクティブの値を取得または設定します。

public:
 property IReference<TimeSpan> ^ MaxAge { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> MaxAge();

void MaxAge(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> MaxAge { get; set; }
var iReference = httpCacheDirectiveHeaderValueCollection.maxAge;
httpCacheDirectiveHeaderValueCollection.maxAge = iReference;
Public Property MaxAge As Nullable(Of TimeSpan)

プロパティ値

Cache-Control HTTP ヘッダーの max-age ディレクティブの値。

適用対象