OutputCacheAttribute.NoStore 属性

定义

获取或设置一个值,该值指示是否存储缓存。

public bool NoStore { get; set; }
member this.NoStore : bool with get, set
Public Property NoStore As Boolean

属性值

如果应存储缓存,则为 true;否则为 false。

适用于