How to open a link in a native browser from CefSharp 3
问题 I have a requirement to open a link in a native browser from CefSharp 3. I need to run the whole application in CefSharp 3's chromium browser except a form. when I click the form's link button (Eg - Register button. It has a link to the registration form) I need to open this link in the native browser (Eg - Internet Explorer). Can we achieve this in CefSharp? I searched the google as well as stack overflow. But unable to find a solution. Thanks in advance. 回答1: As suggested by holroy I have