HttpContentHeaders.ContentLanguage Propriedade

Definição

Obtém o valor do Content-Language cabeçalho de conteúdo numa resposta HTTP.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ ContentLanguage { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> ContentLanguage { get; }
member this.ContentLanguage : System.Collections.Generic.ICollection<string>
Public ReadOnly Property ContentLanguage As ICollection(Of String)

Valor de Propriedade

O valor do Content-Language cabeçalho de conteúdo numa resposta HTTP.

Aplica-se a