Windows.Web.UI Namespace

This namespace allows Win32 apps to host the UWP WebView control Out of Process and take full advantage of HTML5. Most of these APIs are a reflection of the Windows.UI.Xaml.Controls.WebView control.

Classes

WebViewControlContentLoadingEventArgs

Provides data for the IWebViewControl.ContentLoading event.

WebViewControlDeferredPermissionRequest

Represents a deferred request for permissions in an IWebViewControl.

WebViewControlDOMContentLoadedEventArgs

Provides data for the DOMContentLoaded event.

WebViewControlLongRunningScriptDetectedEventArgs

Provides data for the IWebViewControl.LongRunningScriptDetected event.

WebViewControlNavigationCompletedEventArgs

Provides data for the NavigationCompleted and FrameNavigationCompleted events.

WebViewControlNavigationStartingEventArgs

Provides data for the NavigationStarting and FrameNavigationStarting events.

WebViewControlNewWindowRequestedEventArgs

Provides data for the NewWindowRequested event.

WebViewControlPermissionRequest

Represents a request for permissions in a WebView.

WebViewControlPermissionRequestedEventArgs

Provides event data for the IWebViewControl.PermissionRequested event.

WebViewControlScriptNotifyEventArgs

Contains information for the Windows.Web.UI.IWebViewControl.ScriptNotify event.

WebViewControlSettings

Defines properties that enable or disable IWebViewControl features.

WebViewControlUnsupportedUriSchemeIdentifiedEventArgs

Provides data for the IWebViewControl.UnsupportedUriSchemeIdentified event.

WebViewControlUnviewableContentIdentifiedEventArgs

Provides data for the IWebViewControl.UnviewableContentIdentified event.

WebViewControlWebResourceRequestedEventArgs

Provides data to the Windows.Web.UI.IWebViewControl.WebResourceRequested event.

Interfaces

IWebViewControl

Provides a control that hosts HTML content in an app.

IWebViewControl2

Provides a control that hosts HTML content in an app. This interface requires IWebViewControl.

Enums

WebViewControlPermissionState

Defines constants that specify the state of a IWebViewControl.PermissionRequested event.

WebViewControlPermissionType

Defines constants the specify the type of permission requested in a IWebViewControl.