CacheControlHeaderValue.NoCache 属性

定义

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

配置无缓存指示客户端在使用原始服务器之前必须重新验证缓存的响应。

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

属性值

注解

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

适用于