Edit

Share via


WebViewExtensions.GetContentUri(DependencyObject) Method

Definition

Gets Uri source associated with the Windows.UI.Xaml.Controls.WebView

public static Uri GetContentUri (Windows.UI.Xaml.DependencyObject obj);
static member GetContentUri : Windows.UI.Xaml.DependencyObject -> Uri
Public Shared Function GetContentUri (obj As DependencyObject) As Uri

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.Controls.WebView that has the content uri.

Returns

Uri

HTML content

Applies to