CacheProfile.NoStore Property

Definition

Gets or sets the value which determines whether the data should be stored or not. When set to true, it sets "Cache-control" header in Response to "no-store". Ignores the "Location" parameter for values other than "None". Ignores the "Duration" parameter.

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

Property Value

Applies to