Is there WinForms control for Chromium-Edge HTML renderer?
问题 Microsoft has recently released Edge browser which uses Chromium engine to render HTML. Is there a WinForms component which allows to embed it in a desktop application? I'm aware of CefSharp for WinForms, just looking if there's something supported natively. 回答1: WebView2 - Developer Preview The Microsoft Edge WebView2 control which is currently in developer preview enables you to host web content in your application using Microsoft Edge (Chromium) as the rendering engine. The developer