Edit

Share via


WebViewExtensions.GetContent(DependencyObject) Method

Definition

Gets Content associated with the Windows.UI.Xaml.Controls.WebView

public static string GetContent (Windows.UI.Xaml.DependencyObject obj);
static member GetContent : Windows.UI.Xaml.DependencyObject -> string
Public Shared Function GetContent (obj As DependencyObject) As String

Parameters

obj
Windows.UI.Xaml.DependencyObject

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

Returns

HTML content

Applies to