AcceptLanguageHeaderRequestCultureProvider.MaximumAcceptLanguageHeaderValuesToTry Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Nombre maximal de valeurs dans l’en-tête Accept-Language à partir de laquelle tenter de créer un CultureInfo pour la requête actuelle.
La valeur par défaut est 3
.
public:
property int MaximumAcceptLanguageHeaderValuesToTry { int get(); void set(int value); };
public int MaximumAcceptLanguageHeaderValuesToTry { get; set; }
member this.MaximumAcceptLanguageHeaderValuesToTry : int with get, set
Public Property MaximumAcceptLanguageHeaderValuesToTry As Integer