CacheControlHeaderValue.Extensions プロパティ

定義

キャッシュ拡張トークン。それぞれ、省略可能な値が割り当てられます。

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" ディレクティブを表します。

適用対象