Share via


HttpContentHeaders.ContentEncoding Propriedade

Definição

Obtém o valor do cabeçalho de conteúdo Content-Encoding em uma resposta 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)

Valor da propriedade

O valor do cabeçalho de conteúdo Content-Encoding em uma resposta HTTP.

Aplica-se a