Google Chrome 或 Firefox 可以嵌入到 WPF 中吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12229179/
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-13 05:10:56 来源:igfitidea点击:
Can Google Chrome or Firefox be embedded in WPF?
提问by Nasreddine
Is there a way to embed Chrome or Firefox in WPF? In other words, can a user control be created with either? If some already exist, which would you recommend?
有没有办法在 WPF 中嵌入 Chrome 或 Firefox?换句话说,用户控件可以用两者创建吗?如果一些已经存在,你会推荐哪个?
回答by Nasreddine
Yes. You can embed Chrome (Chromium) in a WPF application.
是的。您可以在 WPF 应用程序中嵌入 Chrome (Chromium)。
You can use :
您可以使用 :
- The Chromium Embedded Framework (CEF)(Same one used in Github for Windows. can be used with any .Net language)
- Awesomium(free for non commercial apps and Indie devs (making less than $100k/year))
- Chromium 嵌入式框架 (CEF)(与 Github for Windows 中使用的框架相同。可以与任何 .Net 语言一起使用)
- Awesomium(非商业应用程序和独立开发者免费(年收入低于 10 万美元))

