CacheControlHeaderValue.Public 属性

定义

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

指示响应可由任何缓存存储。

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

属性值

注解

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

适用于