CacheControlHeaderValue.NoCacheHeaders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
HTTP 回應上的 cache-control 標頭欄位中,"no-cache" 指示詞內的欄位名稱集合。
public:
property System::Collections::Generic::ICollection<System::String ^> ^ NoCacheHeaders { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> NoCacheHeaders { get; }
member this.NoCacheHeaders : System.Collections.Generic.ICollection<string>
Public ReadOnly Property NoCacheHeaders As ICollection(Of String)
屬性值
欄位名稱的集合。
備註
此屬性代表 HTTP 回應上快取控件標頭欄位中 「no-cache」 指示詞中的 fieldname。