IHeaderDictionary.Append Method (String, String)
Add a new value. Appends to the header if already present
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
void Append(
string key,
string value
)
void Append(
String^ key,
String^ value
)
abstract Append :
key:string *
value:string -> unit
Sub Append (
key As String,
value As String
)
Parameters
key
Type: System.StringThe header name.
value
Type: System.StringThe header value.
See Also
IHeaderDictionary Interface
Microsoft.Owin Namespace
Return to top