Click or drag to resize

WebView Methods

The WebView type exposes the following members.

Methods
  NameDescription
Public methodExecuteScript
Executes the specified javascript in the context of the current page, returning its result.
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.)
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(Stream, Uri)
Loads the specified stream as html into the control.
Public methodLoadHtml(String, Uri)
Loads the specified html string.
Protected methodOnDocumentLoaded
Raises the DocumentLoaded event.
Protected methodOnDocumentLoading
Raises the DocumentLoading event.
Protected methodOnDocumentTitleChanged
Raises the DocumentTitleChanged event.
Protected methodOnNavigated
Raises the Navigated event.
Protected methodOnOpenNewWindow
Raises the OpenNewWindow event.
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