HeaderDictionary.Append(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.
Add a new value. Appends to the header if already present
public void Append (string key, string value);
abstract member Append : string * string -> unit
override this.Append : string * string -> unit
Public Sub Append (key As String, value As String)
Parameters
- key
- String
The header name.
- value
- String
The header value.