如何使用适用于 Windows 的 webkit 浏览器引擎构建 Web 浏览器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7885724/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 18:21:12  来源:igfitidea点击:

how to build a web browser with webkit browser engine for windows

c#.netwindowswebkit

提问by Jeyanth Kumar

Is it possible to build a browser for windows 7 with webkit browser engine? Chrome and safari uses webkit on different platforms. but i just want to build an application that has webkit browser in it.

是否可以使用 webkit 浏览器引擎为 Windows 7 构建浏览器?Chrome 和 safari 在不同平台上使用 webkit。但我只想构建一个包含 webkit 浏览器的应用程序。

Note: For development i use Visual Studio 2010. Preferred language is C#.

注意:对于开发,我使用 Visual Studio 2010。首选语言是 C#。

回答by Geoff Appleford

Have you looked at Webkit.Net

你看过Webkit.Net

I haven't used it but it looks like it might be useful.

我没有用过它,但看起来它可能有用。

回答by Yahia

checkout http://awesomium.com/- it is based on Chrome/WebKit and works like a charm.

结帐http://awesomium.com/- 它基于 Chrome/WebKit 并且像魅力一样工作。

There is a free license available but also a commercial one and if need be you can buy the source code :-)

有可用的免费许可证,但也有商业许可证,如果需要,您可以购买源代码 :-)