Свойство | Type | Description | |
---|---|---|---|
Version | System.Version |
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éthode | Description | |
---|---|---|
ProcessCmdKey ( |
Processes a command key. Overridden in WebKitBrowser to forward key events to the WebKit window.
|
Méthode | Description | |
---|---|---|
InitializeWebKit ( ) : void | ||
WebKitBrowser_Load ( object sender, |
||
WebKitBrowser_Resize ( object sender, |
||
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 ( |
||
frameLoadDelegate_DidFailLoadWithError ( |
||
frameLoadDelegate_DidFailProvisionalLoadWithError ( |
||
frameLoadDelegate_DidFinishLoadForFrame ( |
||
frameLoadDelegate_DidRecieveTitle ( |
||
frameLoadDelegate_DidStartProvisionalLoadForFrame ( |
||
uiDelegate_CreateWebViewWithRequest ( IWebURLRequest request, |
public Navigate ( string Url ) : void | ||
Url | string | Url to navigate to. |
Résultat | void |
protected ProcessCmdKey ( |
||
msg | The window message to process. | |
keyData | Keys | The key to process. |
Résultat | bool |
public Refresh ( WebBrowserRefreshOption Option ) : void | ||
Option | WebBrowserRefreshOption | Options for refreshing the page. |
Résultat | void |