CacheControlHeaderValue.Extensions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Cache-extension 标记,每个标记都有一个可选分配值。
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)
属性值
Cache-extension 标记集合,每个标记都有一个可选分配值。
注解
此属性表示 HTTP 请求或 HTTP 响应的缓存控制标头字段中的“cache-extension”指令。