HttpSysOptions.EnableResponseCaching 屬性

定義

針對含有合格標頭的回應嘗試核心模式快取。 回應可能不包含 Set-Cookie、Vary 或 Pragma 標頭。 它必須包含公用的Cache-Control標頭,以及共用-max-age 或 max-age 值或 Expires 標頭。 預設為 true

public:
 property bool EnableResponseCaching { bool get(); void set(bool value); };
public bool EnableResponseCaching { get; set; }
member this.EnableResponseCaching : bool with get, set
Public Property EnableResponseCaching As Boolean

屬性值

適用於