CacheControlHeaderValue.NoStore 属性

定义

获取或设置 指令的值 no-store

配置无存储表示响应可能不存储在任何缓存中。

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

属性值

注解

请参阅 https://tools.ietf.org/html/rfc7234#section-5.2.1.5

适用于