-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.Controls.WebViewExecutionMode |
winrt enum |
Defines constants that specify whether WebView hosts HTML content on the UI thread or on a non-UI thread.
Content is hosted on the UI thread.
Content is hosted on a background thread.
Content is hosted on a separate process off the app process. All of an app's WebView instances share the same separate process, there is not a separate process per WebView instance.
Windows version | SDK version | Value added |
---|---|---|
1803 | 17134 | SeparateProcess |