WebBrowserExtensionsEx Methods |
The WebBrowserExtensionsEx type exposes the following members.
| Name | Description | |
|---|---|---|
| DownloadUrl |
Downloads the specified url and calls completeHandler
when the download is complete. Makes a GET Request.
| |
| DownloadUrlAsync |
Downloads the specified url as a [!:byte[]].
Makes a GET Request.
| |
| GetVisibleNavigationEntryAsync | ||
| ToggleAudioMute |
Toggles audio mute for the current browser.
If the browser is null or has been disposed
then this command will be a no-op.
|