Share via


HttpContentHeaders.ContentLanguage Propiedad

Definición

Obtiene el valor del encabezado de contenido Content-Language en una respuesta 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 propiedad

Valor del encabezado de contenido Content-Language en una respuesta HTTP.

Se aplica a