IHeaderDictionary.AppendCommaSeparatedValues(String, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Quotes any values containing comas, and then coma joins all of the values with any existing values.
public void AppendCommaSeparatedValues (string key, params string[] values);
abstract member AppendCommaSeparatedValues : string * string[] -> unit
Public Sub AppendCommaSeparatedValues (key As String, ParamArray values As String())
Parameters
- key
- String
The header name.
- values
- String[]
The header values.