OutputCacheProfile.NoStore Property

 

Gets or sets a value indicating whether secondary storage is enabled.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("noStore", DefaultValue = false)>]
member NoStore : bool with get, set

Property Value

Type: System.Boolean

true 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.

The following code example shows how to use the NoStore property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: