CacheControlHeaderValue.Private 属性

定义

获取或设置一个值, private 该值确定是否包含响应指令。

指示共享缓存可能不存储响应。

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

属性值

注解

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

适用于