HttpContentHeaders.ContentEncoding Eigenschaft

Definition

Ruft den Wert des Content-Encoding-Inhaltsheaders in einer HTTP-Antwort ab.

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)

Eigenschaftswert

Der Wert des Content-Encoding-Inhaltsheaders in einer HTTP-Antwort.

Gilt für: