HttpContentHeaders.ContentEncoding Propriété

Définition

Récupère la valeur de l’en-tête de contenu Content-Encoding sur une réponse 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)

Valeur de propriété

Valeur de l’en-tête de contenu Content-Encoding sur une réponse HTTP.

S’applique à