Aracılığıyla paylaş


OutputCacheParameters.NoStore Özellik

Tanım

HTTP Cache-Control: no-store yönergesinin ayarlanıp ayarlanmadığını belirleyen bir değer alır veya ayarlar.

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

Özellik Değeri

true yönergesi Cache-Control: no-store üzerinde HttpResponseayarlanırsa; aksi takdirde , false. Varsayılan değer: false.

Şunlara uygulanır

Ayrıca bkz.