0
kicks
Chrome based browser control can embed .Net objects in the DOM.
The CefWebBrowser class is a standard WinForms Control and can be easily embedded in most applications. Being based on Chrome/Chromium it's blisteringly fast.
It has a number of advanced features not seen anywhere else including the ability to embed .Net objects into the page's document object. This could be used to good effect for automated website testing or page scraping.