如何在我的 .NET 应用程序中托管 HTML5?

发布于 2024-10-04 16:30:08 字数 178 浏览 3 评论 0原文

如何在我的 .NET 应用程序中托管 HTML5?

有WebKit控件吗?还是 Chronium 控制?我可以在 IE 网络控件内托管 Google Chrome 浏览器内嵌框架吗?

How can I host HTML5 in my .NET application?

Is there a WebKit control? Or a Chronium Control? Can I host the Google Chrome Frame inside the IE web control?

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

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

发布评论

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

评论(2

天赋异禀 2024-10-11 16:30:08

您正在寻找 WebKit .NETMono 的 WebBrowser

You're looking for WebKit .NET or Mono's WebBrowser.

北音执念 2024-10-11 16:30:08

对 Google Chrome 框架不。

Google Chrome 浏览器内嵌框架是否支持 .NET WebBrowser、Maxthon 和类似浏览器?

没有。 Google Chrome Frame 是一个活动文档服务器,它托管使用 Google Chrome 渲染引擎渲染的网页,就像 Internet Explorer 使用其渲染引擎 Mshtml.dll (Trident) 一样。 Google Chrome 浏览器内嵌框架设计为仅在 Internet Explorer 内运行,不适用于嵌入 Mshtml.dll 的其他浏览器(例如 Maxthon)。

http://code.google.com/chrome/chromeframe/faq.html# does_gcf_support

No to Google Chrome frame.

Does Google Chrome Frame support .NET WebBrowser, Maxthon, and similar browsers?

No. Google Chrome Frame is an Active Document Server that hosts web pages rendered using Google Chrome's rendering engine, just as Internet Explorer uses its rendering engine, Mshtml.dll (Trident). Google Chrome Frame is designed to work only inside Internet Explorer and not with other browsers that embed Mshtml.dll, such as Maxthon.

http://code.google.com/chrome/chromeframe/faq.html#does_gcf_support

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