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