| WebView Methods | 
The WebView type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ExecuteScript | 
            Executes the specified javascript in the context of the current page, returning its result.
             | 
|  | GetCallback | 
            Gets an instance of an object used to perform callbacks to the widget from handler implementations
            (Overrides ControlGetCallback.) | 
|  | 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(Stream, Uri) | 
            Loads the specified stream as html into the control.
             | 
|  | LoadHtml(String, Uri) | 
            Loads the specified html string.
             | 
|  | OnDocumentLoaded | 
            Raises the DocumentLoaded event.
             | 
|  | OnDocumentLoading | 
            Raises the DocumentLoading event.
             | 
|  | OnDocumentTitleChanged | 
            Raises the DocumentTitleChanged event.
             | 
|  | OnNavigated | 
            Raises the Navigated event.
             | 
|  | OnOpenNewWindow | 
            Raises the OpenNewWindow event.
             | 
|  | Reload | 
            Reloads the current page
             | 
|  | ShowPrintDialog | 
            Shows the print dialog for the current page.
             | 
|  | Stop | 
            Stops loading the current page.
             | 
 See Also
See Also