CoreWebView2HttpResponseHeaders.GetHeaders(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 header values matching the name.
public Microsoft.Web.WebView2.Core.CoreWebView2HttpHeadersCollectionIterator GetHeaders (string name);
member this.GetHeaders : string -> Microsoft.Web.WebView2.Core.CoreWebView2HttpHeadersCollectionIterator
Public Function GetHeaders (name As String) As CoreWebView2HttpHeadersCollectionIterator
Parameters
- name
- String
The header name.