C# Class WebKit.WebKitBrowser

WebKit Browser Control.
Inheritance: System.Windows.Forms.UserControl, IWebKitBrowserHost, IWebKitBrowser
Afficher le fichier Open project: davejohnson/webkit-dot-net Class Usage Examples

Méthodes publiques

Свойство Type Description
Version System.Version

Private Properties

Свойство Type Description
InitializeWebKit void
WebKitBrowser_Load void
WebKitBrowser_Resize void
downloadDelegate_DecideDestinationWithSuggestedFilename void
downloadDelegate_DidBegin void
downloadDelegate_DidFailWithError void
downloadDelegate_DidFinish void
downloadDelegate_DidReceiveDataOfLength void
downloadDelegate_DidReceiveResponse void
frameLoadDelegate_DidCommitLoadForFrame void
frameLoadDelegate_DidFailLoadWithError void
frameLoadDelegate_DidFailProvisionalLoadWithError void
frameLoadDelegate_DidFinishLoadForFrame void
frameLoadDelegate_DidRecieveTitle void
frameLoadDelegate_DidStartProvisionalLoadForFrame void
uiDelegate_CreateWebViewWithRequest void

Méthodes publiques

Méthode Description
GoBack ( ) : bool

Navigates to the previous page in the page history, if available.

GoForward ( ) : bool

Navigates to the next page in the page history, if available.

InvokeScript ( String name ) : void
Navigate ( string Url ) : void

Navigates to the specified Url.

Refresh ( ) : void

Refreshes the current web page.

Refresh ( WebBrowserRefreshOption Option ) : void

Refreshes the current web page.

Stop ( ) : void

Stops loading the current web page and any resources associated with it.

WebKitBrowser ( ) : System

Initializes a new instance of the WebKitBrowser control.

Méthodes protégées

Méthode Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key. Overridden in WebKitBrowser to forward key events to the WebKit window.

Private Methods

Méthode Description
InitializeWebKit ( ) : void
WebKitBrowser_Load ( object sender, EventArgs e ) : void
WebKitBrowser_Resize ( object sender, EventArgs e ) : void
downloadDelegate_DecideDestinationWithSuggestedFilename ( WebDownload download, string fileName ) : void
downloadDelegate_DidBegin ( WebDownload download ) : void
downloadDelegate_DidFailWithError ( WebDownload download, WebError error ) : void
downloadDelegate_DidFinish ( WebDownload download ) : void
downloadDelegate_DidReceiveDataOfLength ( WebDownload download, uint length ) : void
downloadDelegate_DidReceiveResponse ( WebDownload download, WebURLResponse response ) : void
frameLoadDelegate_DidCommitLoadForFrame ( WebView WebView, IWebFrame frame ) : void
frameLoadDelegate_DidFailLoadWithError ( WebView WebView, IWebError error, IWebFrame frame ) : void
frameLoadDelegate_DidFailProvisionalLoadWithError ( WebView WebView, IWebError error, IWebFrame frame ) : void
frameLoadDelegate_DidFinishLoadForFrame ( WebView WebView, IWebFrame frame ) : void
frameLoadDelegate_DidRecieveTitle ( WebView WebView, string title, IWebFrame frame ) : void
frameLoadDelegate_DidStartProvisionalLoadForFrame ( WebView WebView, IWebFrame frame ) : void
uiDelegate_CreateWebViewWithRequest ( IWebURLRequest request, WebView &webView ) : void

Method Details

GoBack() public méthode

Navigates to the previous page in the page history, if available.
public GoBack ( ) : bool
Résultat bool

GoForward() public méthode

Navigates to the next page in the page history, if available.
public GoForward ( ) : bool
Résultat bool

InvokeScript() public méthode

public InvokeScript ( String name ) : void
name String
Résultat void

Navigate() public méthode

Navigates to the specified Url.
public Navigate ( string Url ) : void
Url string Url to navigate to.
Résultat void

ProcessCmdKey() protected méthode

Processes a command key. Overridden in WebKitBrowser to forward key events to the WebKit window.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message The window message to process.
keyData Keys The key to process.
Résultat bool

Refresh() public méthode

Refreshes the current web page.
public Refresh ( ) : void
Résultat void

Refresh() public méthode

Refreshes the current web page.
public Refresh ( WebBrowserRefreshOption Option ) : void
Option WebBrowserRefreshOption Options for refreshing the page.
Résultat void

Stop() public méthode

Stops loading the current web page and any resources associated with it.
public Stop ( ) : void
Résultat void

WebKitBrowser() public méthode

Initializes a new instance of the WebKitBrowser control.
public WebKitBrowser ( ) : System
Résultat System

Property Details

Version public_oe property

Gets the current version.
public Version,System Version
Résultat System.Version