Share via


HeaderDictionaryExtensions.AppendCommaSeparatedValues Metoda

Definice

Uvozuje všechny hodnoty obsahující čárky a pak čárka spojí všechny hodnoty se všemi existujícími hodnotami.

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())

Parametry

headers
IHeaderDictionary

Příkaz IHeaderDictionary , který se má použít.

key
String

Název záhlaví.

values
String[]

Hodnoty záhlaví.

Platí pro