IBrowser Interface Members
- Last UpdatedAug 21, 2026
- 2 minute read
The following tables list the members exposed by IBrowser.
| Name | Description | |
|---|---|---|
![]() | ExecuteScriptAsync | Executes JavaScript code. |
![]() | GetSource | Gets the source HTML of the current document. |
![]() | HideDevTools | Hides the developer tools interface. |
![]() | LoadHtml | Loads given html. |
![]() | RegisterJSFunction | Register 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 current web page. |
| Name | Description | |
|---|---|---|
![]() | BrowserReady | Occurs when IsReady has changed. |
![]() | LoadCompleted | Occurs when Load Completed. |

