HttpContentHeaders.ContentEncoding 属性

定义

获取 HTTP 响应上的 Content-Encoding 内容标头值。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ ContentEncoding { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> ContentEncoding { get; }
member this.ContentEncoding : System.Collections.Generic.ICollection<string>
Public ReadOnly Property ContentEncoding As ICollection(Of String)

属性值

HTTP 响应上的 Content-Encoding 内容标头值。

适用于