C# Class Xwt.WebView

Inheritance: Xwt.Widget
Mostrar archivo Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
OnLoaded void
OnNavigateToUrl void
OnTitleChanged void

Public Methods

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

Protected Methods

Method Description
CreateBackendHost ( ) : Xwt.Backends.BackendHost
OnLoading ( EventArgs e ) : void

Private Methods

Method Description
OnLoaded ( EventArgs e ) : void
OnNavigateToUrl ( NavigateToUrlEventArgs e ) : void
OnTitleChanged ( EventArgs e ) : void

Method Details

CreateBackendHost() protected method

protected CreateBackendHost ( ) : Xwt.Backends.BackendHost
return Xwt.Backends.BackendHost

GoBack() public method

public GoBack ( ) : void
return void

GoForward() public method

public GoForward ( ) : void
return void

LoadHtml() public method

public LoadHtml ( string content, string base_uri ) : void
content string
base_uri string
return void

OnLoading() protected method

protected OnLoading ( EventArgs e ) : void
e System.EventArgs
return void

Reload() public method

public Reload ( ) : void
return void

StopLoading() public method

public StopLoading ( ) : void
return void

Unload() public method

public Unload ( ) : void
return void

WebView() public method

public WebView ( ) : System
return System

WebView() public method

public WebView ( string url ) : System
url string
return System