WebView.DefaultExecutionMode Property
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.
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.