Click or drag to resize

DefaultAppBrowserProcessHandler Property

Version 130.1.90
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: 129.0.110.0 (129.0.110.0)
Syntax
public IBrowserProcessHandler BrowserProcessHandler { get; }

Property Value

IBrowserProcessHandler
The browser process handler.

Implements

IAppBrowserProcessHandler
See Also