Click or drag to resize

DefaultAppBrowserProcessHandler Property

Version 94.4.20
Return the handler for functionality specific to the browser process. This method is called on multiple threads.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public IBrowserProcessHandler BrowserProcessHandler { get; }

Property Value

Type: IBrowserProcessHandler
The browser process handler.

Implements

IAppBrowserProcessHandler
See Also