HttpCacheDirectiveHeaderValueCollection.MinFresh Property

Definition

Gets or sets the value of the min-fresh directive in the Cache-Control HTTP header.

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

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

Property Value

The value of the min-fresh directive in the Cache-Control HTTP header.

Applies to