Replacing Latest .NET WebBrowser Control with a browser, like Firefox or Chrome
问题 I am using Visual Studio C# found an ActiveX control but it looks like it's an old version. I need: A browser that can integrate inside a window of my application (not a separate window) A good support for CSS, js and other web technologies, on par with any modern browser Basic browser functions like "navigate", "back", "reload"... Liberal access to the page code and output. 回答1: Take a look at CefSharp: https://github.com/cefsharp/CefSharp CefSharp lets you embed Chromium in .NET apps. It is