OutputCacheAttribute.NoStore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value which determines whether the response should be cached or not.
When set to true
, the response won't be cached.
public bool NoStore { get; init; }
member this.NoStore : bool with get, set
Public Property NoStore As Boolean