OutputCacheProfile.NoStore Property
.NET Framework (current version)
Gets or sets a value indicating whether secondary storage is enabled.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("noStore", DefaultValue = false)>] member NoStore : bool with get, set
Property Value
Type: System.Booleantrue if secondary storage is enabled; otherwise, false. The default value is false.
The page that has the OutputCacheProfile.NoStore property set to true issues a response specifying in its header to prevent secondary storage of sensitive information.
Setting this attribute to true is equivalent to invoking the HttpCachePolicy.SetNoStore method during a Web request.
.NET Framework
Available since 2.0
Available since 2.0
Show: