Click or drag to resize

WebBrowserExtensionsEx Class

Version 109.1.110
Extended WebBrowserExtensions
Inheritance Hierarchy
SystemObject
  CefSharpWebBrowserExtensionsEx

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 109.1.110.0
Syntax
public static class WebBrowserExtensionsEx

The WebBrowserExtensionsEx type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDownloadUrl
Downloads the specified url and calls completeHandler when the download is complete. Makes a GET Request.
Public methodStatic memberDownloadUrlAsync
Downloads the specified url as a [!:byte[]]. Makes a GET Request.
Public methodStatic memberGetVisibleNavigationEntryAsync
Retrieve the current NavigationEntry. Contains information like HttpStatusCode and SslStatus
Public methodStatic memberToggleAudioMute
Toggles audio mute for the current browser. If the browser is null or has been disposed then this command will be a no-op.
Top
See Also