HeaderDictionaryExtensions.SetCommaSeparatedValues メソッド

定義

コンマを含む値を引用符で囲み、コンマ結合ですべての値を結合します。

public:
[System::Runtime::CompilerServices::Extension]
 static void SetCommaSeparatedValues(Microsoft::AspNetCore::Http::IHeaderDictionary ^ headers, System::String ^ key, ... cli::array <System::String ^> ^ values);
public static void SetCommaSeparatedValues (this Microsoft.AspNetCore.Http.IHeaderDictionary headers, string key, params string[] values);
static member SetCommaSeparatedValues : Microsoft.AspNetCore.Http.IHeaderDictionary * string * string[] -> unit
<Extension()>
Public Sub SetCommaSeparatedValues (headers As IHeaderDictionary, key As String, ParamArray values As String())

パラメーター

headers
IHeaderDictionary

使用する IHeaderDictionary

key
String

ヘッダー名。

values
String[]

ヘッダー値。

適用対象