WebView Constructors

Definition

Overloads

WebView()

Initializes a new instance of the WebView class.

WebView(WebViewExecutionMode)

Initializes a new instance of the WebView class with the specified execution mode.

WebView()

Initializes a new instance of the WebView class.

public:
 WebView();
 WebView();
public WebView();
function WebView()
Public Sub New ()

See also

Applies to

WebView(WebViewExecutionMode)

Initializes a new instance of the WebView class with the specified execution mode.

public:
 WebView(WebViewExecutionMode executionMode);
 WebView(WebViewExecutionMode const& executionMode);
public WebView(WebViewExecutionMode executionMode);
function WebView(executionMode)
Public Sub New (executionMode As WebViewExecutionMode)

Parameters

executionMode
WebViewExecutionMode

A value of the enumeration that indicates whether the WebView hosts content on the UI thread or a non-UI thread.

See also

Applies to