CacheControlHeaderValue.NoTransform 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置请求指令的值 no-transform
。
禁止中间缓存或代理编辑响应有效负载。
public:
property bool NoTransform { bool get(); void set(bool value); };
public bool NoTransform { get; set; }
member this.NoTransform : bool with get, set
Public Property NoTransform As Boolean
属性值
注解
请参阅 https://tools.ietf.org/html/rfc7234#section-5.2.1.6。