C# Class Xwt.WebView

Inheritance: Xwt.Widget
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Свойство Type Description
OnLoaded void
OnNavigateToUrl void
OnTitleChanged void

Méthodes publiques

Méthode Description
GoBack ( ) : void
GoForward ( ) : void
LoadHtml ( string content, string base_uri ) : void
Reload ( ) : void
StopLoading ( ) : void
Unload ( ) : void
WebView ( ) : System
WebView ( string url ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : Xwt.Backends.BackendHost
OnLoading ( EventArgs e ) : void

Private Methods

Méthode Description
OnLoaded ( EventArgs e ) : void
OnNavigateToUrl ( NavigateToUrlEventArgs e ) : void
OnTitleChanged ( EventArgs e ) : void

Method Details

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : Xwt.Backends.BackendHost
Résultat Xwt.Backends.BackendHost

GoBack() public méthode

public GoBack ( ) : void
Résultat void

GoForward() public méthode

public GoForward ( ) : void
Résultat void

LoadHtml() public méthode

public LoadHtml ( string content, string base_uri ) : void
content string
base_uri string
Résultat void

OnLoading() protected méthode

protected OnLoading ( EventArgs e ) : void
e System.EventArgs
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

StopLoading() public méthode

public StopLoading ( ) : void
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void

WebView() public méthode

public WebView ( ) : System
Résultat System

WebView() public méthode

public WebView ( string url ) : System
url string
Résultat System