CoreWebView2HttpRequestHeaders.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 value matching the name using a CoreWebView2HttpHeadersCollectionIterator. The header value 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
Returns
The header value matching the name.