Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
WebView.DefaultExecutionMode Property
Definition
- Namespace:
- Windows.UI.Xaml.Controls
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.
Applies to
Feedback
Was this page helpful?
