C# Class BernieApp.UWP.Controls.WebViewExtensions

Show file Open project: Bernie-2016/Connect-Windows

Public Properties

Property Type Description
HTMLProperty Windows.UI.Xaml.DependencyProperty
UriSourceProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetHTML ( DependencyObject obj ) : string
GetUriSource ( WebView view ) : string
SetHTML ( DependencyObject obj, string value ) : void
SetUriSource ( WebView view, string value ) : void

Private Methods

Method Description
OnHTMLChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnUriSourcePropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetHTML() public static method

public static GetHTML ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

GetUriSource() public static method

public static GetUriSource ( WebView view ) : string
view Windows.UI.Xaml.Controls.WebView
return string

SetHTML() public static method

public static SetHTML ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
return void

SetUriSource() public static method

public static SetUriSource ( WebView view, string value ) : void
view 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

UriSourceProperty public static property

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