WebViewIHandler Interface |
Namespace: Eto.Forms
The WebViewIHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | BrowserContextMenuEnabled |
Gets or sets a value indicating whether the user can click to show the context menu.
|
![]() | CanGoBack |
Gets a value indicating whether the browser can go back to the previous page in history.
|
![]() | CanGoForward |
Gets a value indicating whether the browser can go forward to the next page.
|
![]() | DocumentTitle |
Gets the document title of the current page.
|
![]() | Url |
Gets or sets the URL of the currently navigated page.
|
Name | Description | |
---|---|---|
![]() | ExecuteScript |
Executes the specified javascript in the context of the current page, returning its result.
|
![]() | GoBack |
Navigates the browser back to the previous page in history, if there is one.
|
![]() | GoForward |
Navigates the browser forward to the next page in history, if there is one.
|
![]() | LoadHtml |
Loads the specified html string.
|
![]() | Reload |
Reloads the current page
|
![]() | ShowPrintDialog |
Shows the print dialog for the current page.
|
![]() | Stop |
Stops loading the current page.
|