CacheControlHeaderValue.Extensions 属性

定义

获取缓存扩展令牌,每个令牌都有一个可选的分配值。

public:
 property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::NameValueHeaderValue ^> ^ Extensions { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::NameValueHeaderValue ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> Extensions { get; }
member this.Extensions : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue>
Public ReadOnly Property Extensions As IList(Of NameValueHeaderValue)

属性值

适用于