Edit

Share via


WebViewExtensions.SetContentUri(DependencyObject, Uri) Method

Definition

Sets HTML from the Windows.UI.Xaml.Controls.WebView

public static void SetContentUri (Windows.UI.Xaml.DependencyObject obj, Uri value);
static member SetContentUri : Windows.UI.Xaml.DependencyObject * Uri -> unit
Public Shared Sub SetContentUri (obj As DependencyObject, value As Uri)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.Controls.WebView that content uri is being set to.

value
Uri

HTML content

Applies to