Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 658 Bytes

webview_defaultexecutionmode.md

File metadata and controls

23 lines (16 loc) · 658 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.WebView.DefaultExecutionMode
winrt property

Windows.UI.Xaml.Controls.WebView.DefaultExecutionMode

-description

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

-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.

-examples

-see-also