IHandler Methods |
The WebView.IHandler type exposes the following members.
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.
|