HttpCacheDirectiveHeaderValueCollection.MaxAge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.