CoreWebView2HttpResponseHeaders.GetHeader(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.
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.