DevToolsClientExtensions Property |
Version 130.1.90
Defines commands and events for browser extensions. Available if the client
is connected using the --remote-debugging-pipe flag and
the --enable-unsafe-extension-debugging flag is set.
Namespace: CefSharp.DevToolsAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public ExtensionsClient Extensions { get; }
public:
property ExtensionsClient^ Extensions {
ExtensionsClient^ get ();
}
Property Value
ExtensionsClientSee Also