OutputCacheParameters.NoStore Property

Definition

Gets or sets a value that determines whether the HTTP Cache-Control: no-store directive is set.

public:
 property bool NoStore { bool get(); void set(bool value); };
public bool NoStore { get; set; }
member this.NoStore : bool with get, set
Public Property NoStore As Boolean

Property Value

true if the Cache-Control: no-store directive is set on HttpResponse; otherwise, false. The default is false.

Applies to

See also