C# Класс WebKit.WebKitBrowser

WebKit Browser Control.
Наследование: System.Windows.Forms.UserControl, IWebKitBrowserHost, IWebKitBrowser
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Version System.Version

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

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

Приватные методы

Метод Описание
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

Описание методов

GoBack() публичный Метод

Navigates to the previous page in the page history, if available.
public GoBack ( ) : bool
Результат bool

GoForward() публичный Метод

Navigates to the next page in the page history, if available.
public GoForward ( ) : bool
Результат bool

InvokeScript() публичный Метод

public InvokeScript ( String name ) : void
name String
Результат void

Navigate() публичный Метод

Navigates to the specified Url.
public Navigate ( string Url ) : void
Url string Url to navigate to.
Результат void

ProcessCmdKey() защищенный Метод

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.
Результат bool

Refresh() публичный Метод

Refreshes the current web page.
public Refresh ( ) : void
Результат void

Refresh() публичный Метод

Refreshes the current web page.
public Refresh ( WebBrowserRefreshOption Option ) : void
Option WebBrowserRefreshOption Options for refreshing the page.
Результат void

Stop() публичный Метод

Stops loading the current web page and any resources associated with it.
public Stop ( ) : void
Результат void

WebKitBrowser() публичный Метод

Initializes a new instance of the WebKitBrowser control.
public WebKitBrowser ( ) : System
Результат System

Описание свойств

Version публичное свойство

Gets the current version.
public Version,System Version
Результат System.Version