Sdílet prostřednictvím


HttpContentHeaders.ContentEncoding Vlastnost

Definice

Získá hodnotu hlavičky Content-Encoding obsahu v odpovědi HTTP.

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)

Hodnota vlastnosti

Hodnota hlavičky Content-Encoding obsahu v odpovědi HTTP.

Platí pro