-
Notifications
You must be signed in to change notification settings - Fork 108
WebViewExtension
Tim Heuer edited this page Nov 9, 2012
·
3 revisions
This is an attached property to be used on a WebView control. It exposes the ability to bind HTML content directly to the WebView instead of using NavigateToString() in code.
Declarative:
<WebView Width="640" Height="480" callisto:WebViewExtension.HtmlSource="{Binding YourHtmlSourceData}" />
No known issues.