Aracılığıyla paylaş


OutputCacheSection.SendCacheControlHeader Özellik

Tanım

Üst bilginin varsayılan olarak çıktı önbellek modülü tarafından gönderilip gönderilmediğini cache-control:private belirten bir değer alır veya ayarlar.

public:
 property bool SendCacheControlHeader { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("sendCacheControlHeader", DefaultValue=true)]
public bool SendCacheControlHeader { get; set; }
[<System.Configuration.ConfigurationProperty("sendCacheControlHeader", DefaultValue=true)>]
member this.SendCacheControlHeader : bool with get, set
Public Property SendCacheControlHeader As Boolean

Özellik Değeri

true üst bilgi gönderme cache-control:private etkinse; aksi takdirde , false. Varsayılan değer: true.

Öznitelikler

Örnekler

Aşağıdaki kod örneği özelliğinin SendCacheControlHeader nasıl kullanılacağını gösterir.


// Get the current SendCacheControlHeader.
Boolean sendCacheControlHeaderValue = 
    outputCacheSection.SendCacheControlHeader;

// Set the SendCacheControlHeader.
outputCacheSection.SendCacheControlHeader = false;
' Get the current SendCacheControlHeader.
  Dim sendCacheControlHeaderValue As [Boolean] = _
  outputCacheSection.SendCacheControlHeader

' Set the SendCacheControlHeader.
outputCacheSection.SendCacheControlHeader = False

Açıklamalar

, SendCacheControlHeader çıkış önbelleğe alma belirtilmemiş içerik için geçerlidir. olarak ayarlandığında falsecache-control:private üst bilgi varsayılan olarak gönderilmez.

Not

Bu ayar, içeriğin varsayılan olarak istemcide önbelleğe alınmasını sağlar.

Şunlara uygulanır

Ayrıca bkz.