CacheControlHeaderValue.Extensions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
快取擴充語彙基元,每個都具有一個選擇性的指派值。
public:
property System::Collections::Generic::ICollection<System::Net::Http::Headers::NameValueHeaderValue ^> ^ Extensions { System::Collections::Generic::ICollection<System::Net::Http::Headers::NameValueHeaderValue ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Extensions { get; }
member this.Extensions : System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue>
Public ReadOnly Property Extensions As ICollection(Of NameValueHeaderValue)
屬性值
快取擴充語彙基元的集合,每個都具有一個選擇性的指派值。
備註
這個屬性代表 HTTP 要求或 HTTP 回應上快取控件標頭欄位中的「cache-extension」 指示詞。