RequestHeaders.AcceptLanguage Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o Accept-Language
cabeçalho de uma solicitação HTTP.
public:
property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ AcceptLanguage { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> AcceptLanguage { get; set; }
member this.AcceptLanguage : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> with get, set
Public Property AcceptLanguage As IList(Of StringWithQualityHeaderValue)