C# Class Brook.ZhiHuRiBao.Utils.WebViewUtil

Afficher le fichier Open project: brookshi/UWP_ZhiHuRiBao

Méthodes publiques

Свойство Type Description
_webViewInstance Windows.UI.Xaml.Controls.WebView

Méthodes publiques

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

Private Methods

Méthode Description
WebViewUtil ( ) : System

Method Details

AddWebViewWithBinding() public static méthode

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

Clear() public static méthode

public static Clear ( ) : void
Résultat void

IsParent() public static méthode

public static IsParent ( Panel panel ) : bool
panel Windows.UI.Xaml.Controls.Panel
Résultat bool

RemoveParent() public static méthode

public static RemoveParent ( ) : void
Résultat void

Property Details

_webViewInstance public_oe static_oe property

public static WebView,Windows.UI.Xaml.Controls _webViewInstance
Résultat Windows.UI.Xaml.Controls.WebView