WebView.DefaultExecutionMode Property

Definition

Gets the default threading behavior of WebView instances in the current app.

public:
 static property WebViewExecutionMode DefaultExecutionMode { WebViewExecutionMode get(); };
static WebViewExecutionMode DefaultExecutionMode();
public static WebViewExecutionMode DefaultExecutionMode { get; }
var webViewExecutionMode = WebView.defaultExecutionMode;
Public Shared ReadOnly Property DefaultExecutionMode As WebViewExecutionMode

Property Value

The default threading behavior of WebView instances in the current app.

Remarks

The default value for the desktop device family is SameThread. The default value for all other device families is SeparateThread.

Applies to