WebViewExtensions Class

Definition

Provides attached dependency properties for the Windows.UI.Xaml.Controls.WebView that allows attaching HTML string content/>.

public static class WebViewExtensions
type WebViewExtensions = class
Public Class WebViewExtensions
Inheritance
WebViewExtensions

Fields

ContentProperty

Using a DependencyProperty as the backing store for HTML content. This enables binding html string content.

ContentUriProperty

Using a DependencyProperty as the backing store for Content Uri.  This binding Content Uri.

Attached Properties

Content
ContentUri

Methods

GetContent(DependencyObject)

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

GetContentUri(DependencyObject)

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

SetContent(DependencyObject, String)

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

SetContentUri(DependencyObject, Uri)

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

Applies to