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

属性值

适用于