Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Quotes any values containing comas, and then coma joins all of the values with any existing values.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public void AppendCommaSeparatedValues(
string key,
params string[] values
)
public:
virtual void AppendCommaSeparatedValues(
String^ key,
... array<String^>^ values
) sealed
abstract AppendCommaSeparatedValues :
key:string *
[<ParamArrayAttribute>] values:string[] -> unit
override AppendCommaSeparatedValues :
key:string *
[<ParamArrayAttribute>] values:string[] -> unit
Public Sub AppendCommaSeparatedValues (
key As String,
ParamArray values As String()
)
Parameters
key
Type: System.StringThe header name.
values
Type: System.String[]The header values.
Implements
IHeaderDictionary.AppendCommaSeparatedValues(String, String[])
See Also
HeaderDictionary Class
Microsoft.Owin Namespace
Return to top