WebViewContentLoadingEventArgs WebViewContentLoadingEventArgs WebViewContentLoadingEventArgs WebViewContentLoadingEventArgs Class

Definition

Provides data for the WebView.ContentLoading event.

public : sealed class WebViewContentLoadingEventArgs : IWebViewContentLoadingEventArgspublic sealed class WebViewContentLoadingEventArgs : IWebViewContentLoadingEventArgsPublic NotInheritable Class WebViewContentLoadingEventArgs Implements IWebViewContentLoadingEventArgs// 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)

Properties

Uri Uri Uri Uri

Gets the Uniform Resource Identifier (URI) of the content the WebView is loading.

public : Uri Uri { get; }public Uri Uri { get; }Public ReadOnly Property Uri As Uri// This API is not available in Javascript.
Value
Uri Uri Uri Uri

The Uniform Resource Identifier (URI) of the content.