Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 867 Bytes

webviewexecutionmode.md

File metadata and controls

38 lines (24 loc) · 867 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.WebViewExecutionMode
winrt enum

WebViewExecutionMode

-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

-examples

-see-also