C# Class Brook.ZhiHuRiBao.Utils.WebViewUtil

Show file Open project: brookshi/UWP_ZhiHuRiBao

Public Properties

Property Type Description
_webViewInstance Windows.UI.Xaml.Controls.WebView

Public Methods

Method Description
AddWebViewWithBinding ( Panel parent, object source, string path ) : void
Clear ( ) : void
IsParent ( Panel panel ) : bool
RemoveParent ( ) : void

Private Methods

Method Description
WebViewUtil ( ) : System

Method Details

AddWebViewWithBinding() public static method

public static AddWebViewWithBinding ( Panel parent, object source, string path ) : void
parent Windows.UI.Xaml.Controls.Panel
source object
path string
return void

Clear() public static method

public static Clear ( ) : void
return void

IsParent() public static method

public static IsParent ( Panel panel ) : bool
panel Windows.UI.Xaml.Controls.Panel
return bool

RemoveParent() public static method

public static RemoveParent ( ) : void
return void

Property Details

_webViewInstance public static property

public static WebView,Windows.UI.Xaml.Controls _webViewInstance
return Windows.UI.Xaml.Controls.WebView