C# 클래스 WebKit.WebKitBrowser

WebKit Browser Control.
상속: System.Windows.Forms.UserControl, IWebKitBrowserHost, IWebKitBrowser
파일 보기 프로젝트 열기: davejohnson/webkit-dot-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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