CacheProfile.NoStore 属性

定义

获取或设置一个值,该值确定是否应存储数据。 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)

属性值

适用于