Edit

Share via


WebViewExtensions.SetContent(DependencyObject, String) Method

Definition

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

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

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

value
String

HTML content

Applies to