System.Web.Configuration.OutputCacheProfile.NoStore Property

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

Syntax

[System.Configuration.ConfigurationProperty("noStore", DefaultValue="False")]
public bool NoStore { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 System.Web.HttpCachePolicy.SetNoStore method during a Web request.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0