HeaderDictionaryExtensions.AppendCommaSeparatedValues Méthode
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.
Met en guillemets toutes les valeurs contenant des virgules, puis la virgule joint toutes les valeurs à toutes les valeurs existantes.
public:
[System::Runtime::CompilerServices::Extension]
static void AppendCommaSeparatedValues(Microsoft::AspNetCore::Http::IHeaderDictionary ^ headers, System::String ^ key, ... cli::array <System::String ^> ^ values);
public static void AppendCommaSeparatedValues (this Microsoft.AspNetCore.Http.IHeaderDictionary headers, string key, params string[] values);
static member AppendCommaSeparatedValues : Microsoft.AspNetCore.Http.IHeaderDictionary * string * string[] -> unit
<Extension()>
Public Sub AppendCommaSeparatedValues (headers As IHeaderDictionary, key As String, ParamArray values As String())
Paramètres
- headers
- IHeaderDictionary
IHeaderDictionary à utiliser.
- key
- String
Nom de l'en-tête.
- values
- String[]
Valeurs d'en-tête.