Condividi tramite


HttpCacheControl.ReadBehavior Proprietà

Definizione

Ottiene o imposta il comportamento di lettura da utilizzare per il controllo cache nell'oggetto HttpCacheControl .

public:
 property HttpCacheReadBehavior ReadBehavior { HttpCacheReadBehavior get(); void set(HttpCacheReadBehavior value); };
HttpCacheReadBehavior ReadBehavior();

void ReadBehavior(HttpCacheReadBehavior value);
public HttpCacheReadBehavior ReadBehavior { get; set; }
var httpCacheReadBehavior = httpCacheControl.readBehavior;
httpCacheControl.readBehavior = httpCacheReadBehavior;
Public Property ReadBehavior As HttpCacheReadBehavior

Valore della proprietà

Comportamento di lettura da usare per il controllo cache.

Commenti

La proprietà ReadBehavior nell'oggetto HttpCacheControl consente a un'app di ottenere o impostare il comportamento della cache di lettura da utilizzare nell'oggetto HttpBaseProtocolFilter . Le richieste di lettura HTTP possono usare la cache HTTP locale per le risposte. Il contenuto restituito dalle richieste HTTP può essere scritto nella cache HTTP locale.

Si applica a

Vedi anche