Click or drag to resize

AbstractCefSettingsBrowserSubprocessPath Property

Version 75.1.140
The path to a separate executable that will be launched for sub-processes. By default the browser process executable is used. See the comments on Cef.ExecuteProcess() for details. Also configurable using the "browser-subprocess-path" command-line switch. Default is CefSharp.BrowserSubprocess.exe

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public string BrowserSubprocessPath { get; set; }

Property Value

Type: String
See Also