WebBrowserExtensionsEx Class |
Namespace: CefSharp
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.
|
![]() ![]() | EvaluateScriptAsync<T>(IBrowser, String, Nullable<TimeSpan>) |
Evaluate some Javascript code in the context of the MainFrame of the ChromiumWebBrowser. The script will be executed
asynchronously and the method returns a Task encapsulating the response from the Javascript
|
![]() ![]() | EvaluateScriptAsync<T>(IChromiumWebBrowserBase, String, Nullable<TimeSpan>) |
Evaluate Javascript in the context of this Browsers Main Frame. The script will be executed
asynchronously and the method returns a Task encapsulating the response from the Javascript
|
![]() ![]() | EvaluateScriptAsync<T>(IFrame, String, Nullable<TimeSpan>) |
Evaluate javascript code in the context of the frame. The script will be executed
asynchronously and the method returns a Task that can be awaited to obtain the result.
|
![]() ![]() | 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.
|