HttpCacheDirectiveHeaderValueCollection.MinFresh Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la valeur de la directive min-fresh dans l’en-tête HTTP Cache-Control .
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)
Valeur de propriété
Valeur de la directive min-fresh dans l’en-tête HTTP Cache-Control .