CoreWebView2HttpResponseHeaders.Contains(String) Method

Definition

Checks whether this CoreWebView2HttpResponseHeaders contain entries matching the header name.

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

Parameters

name
String

The name of the header to seek.

Returns

Applies to