WebView extension
Warning
These extensions have been moved to a different type, please refer to docs page for the WebViewExtensions
type.
The WebViewExtensions allows attaching HTML content to a WebView.
Example
<!-- Attach HTML content directly to WebView. -->
<WebView extensions:WebView.Content="{Binding HtmlContent}" />
<!-- Attach Uri directly to WebView -->
<WebView extensions:WebView.ContentUri="{Binding ContentUri}" />
Requirements (Windows 10 Device Family)
Device family | Universal, 10.0.14393.0 or higher |
---|---|
Namespace | Microsoft.Toolkit.Uwp.UI.Extensions |