CacheProfile.NoStore 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值确定是否应存储数据。
true
设置为 时,它将 中的Response“Cache-control”标头设置为“no-store”。
忽略“None”以外的值的“Location”参数。
忽略“Duration”参数。
public:
property Nullable<bool> NoStore { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? NoStore { get; set; }
member this.NoStore : Nullable<bool> with get, set
Public Property NoStore As Nullable(Of Boolean)