共用方式為


HttpCacheControl.ReadBehavior 屬性

定義

取得或設定要用於 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

屬性值

要用於快取控制項的讀取行為。

備註

HttpCacheControl物件上的 ReadBehavior 屬性可讓應用程式取得或設定要在 HttpBaseProtocolFilter物件上使用的讀取快取行為。 HTTP 讀取要求可以使用本機 HTTP 快取作為回應。 HTTP 要求傳回的內容可以寫入本機 HTTP 快取。

適用於

另請參閱