ResponseCacheAttribute.NoStore 属性

定义

获取或设置一个值,该值确定是否应存储数据。 true设置为 时,它将“Cache-control”标头设置为“no-store”。 忽略“None”以外的值的“Location”参数。 忽略“duration”参数。

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

属性值

适用于