WebView2 Constructor

Definition

Creates a new instance of a WebView2 control. Note that the control's CoreWebView2 will be null until initialized. See the WebView2 class documentation for an initialization overview.

public WebView2 ();
Public Sub New ()

Applies to