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 內容標頭值。

適用於