Bagikan melalui


HttpCacheDirectiveHeaderValueCollection.SharedMaxAge Properti

Definisi

Mendapatkan atau mengatur nilai direktif s-maxage di header HTTP Cache-Control .

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

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

Nilai Properti

Nilai direktif s-maxage di header HTTP Cache-Control .

Berlaku untuk