Share via


CacheControlHeaderValue.PrivateHeaders 屬性

定義

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。

適用於