Click or drag to resize

WebViewIHandler Interface

Handler interface for the WebView.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The WebViewIHandler type exposes the following members.

Properties
  NameDescription
Public propertyBrowserContextMenuEnabled
Gets or sets a value indicating whether the user can click to show the context menu.
Public propertyCanGoBack
Gets a value indicating whether the browser can go back to the previous page in history.
Public propertyCanGoForward
Gets a value indicating whether the browser can go forward to the next page.
Public propertyDocumentTitle
Gets the document title of the current page.
Public propertyUrl
Gets or sets the URL of the currently navigated page.
Top
Methods
  NameDescription
Public methodExecuteScript
Executes the specified javascript in the context of the current page, returning its result.
Public methodGoBack
Navigates the browser back to the previous page in history, if there is one.
Public methodGoForward
Navigates the browser forward to the next page in history, if there is one.
Public methodLoadHtml
Loads the specified html string.
Public methodReload
Reloads the current page
Public methodShowPrintDialog
Shows the print dialog for the current page.
Public methodStop
Stops loading the current page.
Top
See Also