问题描述
能否让我知道如何将其他浏览器控件(例如Chrome,Firefox,...)添加到C#Web浏览器控件中?我正在尝试使用C#创建HTML和CSS规则测试器,他们在应用程序中
Can you please let me know how I can add other browser controls like Chrome, Firefox, ... to C# web browser control?I am trying to create a HTML and CSS rules tester in C# and I need to have all of them inside the application
推荐答案
假设您只想使用其他浏览器,而不要将Chrome或Firefox添加到C#Web浏览器控件中,...以下是一些有用的链接:
Assuming that you merely want to use other browsers, not add Chrome or Firefox to the C# Web Browser control...here are some helpful links:
用于.NET的CefSharp嵌入式Chromium: https://github.com/chillitom/CefSharp
CefSharp Embedded Chromium for .NET: https://github.com/chillitom/CefSharp
嵌入Gecko(firefox引擎): https://developer.mozilla.org/zh-CN/docs/Gecko/Embedding_Mozilla/FAQ/Embedding_Gecko
Embedding Gecko (firefox engine): https://developer.mozilla.org/en-US/docs/Gecko/Embedding_Mozilla/FAQ/Embedding_Gecko
这篇关于如何将Firefox和Chrome添加到C#浏览器控件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!