HttpCacheDirectiveHeaderValueCollection.MaxAge Property

Definition

Gets or sets the value of the max-age directive in the Cache-Control HTTP header.

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)

Property Value

The value of the max-age directive in the Cache-Control HTTP header.

Applies to