CoreWebView2HttpResponseHeaders.AppendHeader(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.
Appends header line with name and value.
public void AppendHeader (string name, string value);
member this.AppendHeader : string * string -> unit
Public Sub AppendHeader (name As String, value As String)
Parameters
- name
- String
The header name to be appended.
- value
- String
The header value to be appended.