C# Class SoftwareKobo.UniversalToolkit.Extensions.WebViewExtensions

Show file Open project: h82258652/SoftwareKobo.UniversalToolkit

Public Properties

Property Type Description
HtmlProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetHtml ( WebView obj ) : string
SetHtml ( WebView obj, string value ) : void

Private Methods

Method Description
HtmlChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetHtml() public static method

public static GetHtml ( WebView obj ) : string
obj Windows.UI.Xaml.Controls.WebView
return string

SetHtml() public static method

public static SetHtml ( WebView obj, string value ) : void
obj Windows.UI.Xaml.Controls.WebView
value string
return void

Property Details

HtmlProperty public static property

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