HttpCacheDirectiveHeaderValueCollection.MinFresh 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 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.