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

折月煮酒 提交于 2019-12-21 02:40:40

问题


I am looking for a web browser control or any technology that can render web pages on a Windows Form Application Faster. Any suggestions? I am using .Net and the built-in web browser control is not an option to me because it has a lot of issues and is slow. I've tried GeckoFX and so far I considered it good enough. It's rather slow but faster than the .Net web browser control and it has a lot of good features too.

Update

I've been testing a lot of web browser control and we end up using Awesomium. Great web browser control for windows app And is fast too. Here is the link http://awesomium.com/


回答1:


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.



来源:https://stackoverflow.com/questions/10147434/what-is-the-best-web-browser-control-to-use-on-windows-form-application

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