CacheControlHeaderValue.NoStore Property

Definition

Gets or sets a value for the no-store directive.

Configuring no-store indicates that the response may not be stored in any cache.

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

Remarks

See https://tools.ietf.org/html/rfc7234#section-5.2.1.5.

Applies to