What is the best web browser control to use on Windows Form Application? [closed]

最后都变了- 提交于 2019-12-03 07:43:12
coder

Have you tried these:

WebKit .NET
It is a WinForms control library wrapper for WebKit written in C#. The aim is to make it easy for developers to incorporate WebKit into their .NET applications.

GeckoFX
It is a Windows Forms control written in clean, commented C# that embeds the Mozilla Gecko browser control in any Windows Forms Application. It also contains a simple class model providing access to the HTML and CSS DOM.

MozNet
It is an alternative wrapper for Gecko that claims to be more active than GeckoFX.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!