How to add startup parameters to all CefSharp.BrowserSubprocess? #4283
Answered
by
amaitland
shouhujishu
asked this question in
Q&A
-
I am rewriting libcef.dll to accept startup commands, but CefSharp.BrowserSubprocess multi-process causes me to fail to receive commands, how can I implement parameter startup? |
Beta Was this translation helpful? Give feedback.
Answered by
amaitland
Oct 23, 2022
Replies: 1 comment 2 replies
-
Command line args added programatically are sent to the sub process. Look at the example code in https://github.com/cefsharp/CefSharp/wiki/General-Usage#cefsettings-and-browsersettings |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
shouhujishu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command line args added programatically are sent to the sub process.
Look at the example code in https://github.com/cefsharp/CefSharp/wiki/General-Usage#cefsettings-and-browsersettings