Bagikan melalui


HttpCacheDirectiveHeaderValueCollection.MaxStale Properti

Definisi

Mendapatkan atau menetapkan nilai direktif max-stale di header HTTP Cache-Control .

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

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

Nilai Properti

nilai direktif max-stale di header HTTP Cache-Control .

Berlaku untuk