Share via


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

See Also

IHeaderDictionary Interface
Microsoft.Owin Namespace

Return to top