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.
Add new values. Each item remains a separate array entry.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
void AppendValues(
string key,
params string[] values
)
void AppendValues(
String^ key,
... array<String^>^ values
)
abstract AppendValues :
key:string *
[<ParamArrayAttribute>] values:string[] -> unit
Sub AppendValues (
key As String,
ParamArray values As String()
)
Parameters
key
Type: System.StringThe header name.
values
Type: System.String[]The header values.
See Also
IHeaderDictionary Interface
Microsoft.Owin Namespace
Return to top