WebViewExecutionMode
May 17, 2019 ยท View on GitHub
-description
Defines constants that specify whether WebView hosts HTML content on the UI thread or on a non-UI thread.
-enum-fields
-field SameThread:0
Content is hosted on the UI thread.
-field SeparateThread:1
Content is hosted on a background thread.
-field SeparateProcess:2
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.
-remarks
Version history
| Windows version | SDK version | Value added |
|---|---|---|
| 1803 | 17134 | SeparateProcess |