Condividi tramite


HttpRequestHeaderCollection.CacheControl Proprietà

Definizione

Ottiene l'oggetto HttpCacheDirectiveHeaderValueCollection che rappresenta il valore di un'intestazione HTTP cache-Control in una richiesta HTTP.

public:
 property HttpCacheDirectiveHeaderValueCollection ^ CacheControl { HttpCacheDirectiveHeaderValueCollection ^ get(); };
HttpCacheDirectiveHeaderValueCollection CacheControl();
public HttpCacheDirectiveHeaderValueCollection CacheControl { get; }
var httpCacheDirectiveHeaderValueCollection = httpRequestHeaderCollection.cacheControl;
Public ReadOnly Property CacheControl As HttpCacheDirectiveHeaderValueCollection

Valore della proprietà

Oggetto che rappresenta il valore di un'intestazione HTTP Cache-Control . Una raccolta vuota indica che l'intestazione è assente.

Si applica a

Vedi anche