WebViewExecutionMode WebViewExecutionMode WebViewExecutionMode WebViewExecutionMode Enum

Definition

Defines constants that specify whether WebView hosts HTML content on the UI thread or on a non-UI thread.

public : enum class WebViewExecutionModepublic enum WebViewExecutionModePublic Enum WebViewExecutionMode// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

SameThread SameThread SameThread SameThread

Content is hosted on the UI thread.

SeparateThread SeparateThread SeparateThread SeparateThread

Content is hosted on a background thread.