有没有一种方法可以不依赖IE来显示HTML页面?

发布于 2024-10-07 04:54:35 字数 158 浏览 0 评论 0原文

我的客户端 WPF 应用程序需要显示 HTML 页面。据我所知,网络浏览器控件使用盒子上安装的 IE 版本。

是否有一个控件可以呈现 HTML,可以完全嵌入到我的应用程序中,以便它不依赖于用户安装的 IE 版本?

如果用户使用 IE6 会发生什么?

谢谢

My client WPF application needs to display an HTML page. I understand that the webbrowser control uses the version of IE that is installed on the box.

Is there a control to render HTML that can be totally embedded into my application so that it is not dependent on the version of IE, that the user has installed?

What would happed if a user is using IE6?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

老娘不死你永远是小三 2024-10-14 04:54:35

您始终可以使用 WebKit .NET 代替。它允许您在 .NET 应用程序中嵌入 WebKit 浏览器,而无需在计算机上安装额外的软件。

You could always use WebKit .NET instead. It allows you to embed a WebKit browser in your .NET application without having to have extra software installed on the machine.

笔落惊风雨 2024-10-14 04:54:35

如果您想走 Mozilla Gecko 路线,还有 geckofx

There is also geckofx if you would rather go the Mozilla Gecko route.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文