CoreWebView2HttpResponseHeaders.GetHeader(String) Method

Definition

Gets the first header value in the collection matching the name.

public string GetHeader (string name);
member this.GetHeader : string -> string
Public Function GetHeader (name As String) As String

Parameters

name
String

The header name.

Returns

The first header value in the collection matching the name.

Applies to