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