IBrowser Interface Members
The following tables list the members exposed by IBrowser.
Public Methods
Name | Description | |
---|---|---|
![]() | ExecuteScriptAsync | Executes JavaScript code. |
![]() | GetSource | Gets the source HTML of the current document. |
![]() | HideDevTools | Hides the developer tools interface. |
![]() | LoadHtml | Loads the given HTML. |
![]() | RegisterJSFunction | Registers a function that can be called from JavaScript code. |
![]() | Reload | Reloads the current web page. |
![]() | ShowDevTools | Displays the developer tools interface in a separate window. |
![]() | StopLoad | Stops loading the current web page. |
Public Events
Name | Description | |
---|---|---|
![]() | BrowserReady | Occurs when IsReady has changed. |
![]() | LoadCompleted | Signals Load Completed. |
See Also