Firefox的C#包装/控制Firefox

由网友(自私且任性的孤独下去)分享简介:有一个Firefox / Mozilla浏览器控件在Firefox浏览器中的一个C#.NET应用程序中嵌入?Is there a Firefox/Mozilla control for embedding the firefox browser in a C# .net application?推荐答案您可以有G...

有一个Firefox / Mozilla浏览器控件在Firefox浏览器中的一个C#.NET应用程序中嵌入?

Is there a Firefox/Mozilla control for embedding the firefox browser in a C# .net application?

推荐答案

您可以有Gecko渲染引擎中的 GeckoFX 。

You can have the Gecko rendering engine in the form of GeckoFX.

引述谷歌code:

GeckoFX是一个Windows窗体控件写在干净,评论C#中嵌入了Mozilla的Gecko浏览器控件在任何Windows窗体应用程序。它还包含了一个简单的类模型,提供访问HTML和CSS DOM。

GeckoFX 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.

阅读全文

相关推荐

最新文章