I have a Winforms C# project using .Net 4.7.2. I would like to show a web page on a form within the project using cefSharp web browser control. Using the code
webBrowser1.LoadUrl(url);
the web page appears on the form as expected, but a new tab is created in the default browser showing the supplied URL. How can I prevent the default browser from showing the URL as well?