HttpSysOptions.EnableResponseCaching 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對含有合格標頭的回應嘗試核心模式快取。
回應可能不包含 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