Click or drag to resize

IHandler Methods

The WebViewIHandler type exposes the following members.

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