C# Class Charmed.Helpers.WebViewHelper

Helper class to assist with making Html content bindable on a WebView.
Show file Open project: brentedwards/Charmed

Public Properties

Property Type Description
HtmlContentProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetHtmlContent ( WebView attached ) : string
SetHtmlContent ( WebView attached, string htmlContent ) : void

Method Details

GetHtmlContent() public static method

public static GetHtmlContent ( WebView attached ) : string
attached Windows.UI.Xaml.Controls.WebView
return string

SetHtmlContent() public static method

public static SetHtmlContent ( WebView attached, string htmlContent ) : void
attached Windows.UI.Xaml.Controls.WebView
htmlContent string
return void

Property Details

HtmlContentProperty public static property

public static DependencyProperty,Windows.UI.Xaml HtmlContentProperty
return Windows.UI.Xaml.DependencyProperty