用于 C# 的 HTML 5 CSS 3 Web 浏览器控件

发布于 2024-12-17 04:01:23 字数 164 浏览 1 评论 0原文

是否有一个 Web 浏览器类型的控件支持 C# 的大部分 html 5 和 css 3?

只是在我查看为现代浏览器设计的网站时询问,但在 .NET Winforms 浏览器中查看它,它看起来很垃圾,因为该控件不支持 html 5 或 css 3。

谢谢,我期待收到你们所有人的来信。

Is there a web browser-type control that supports much of html 5 and css 3 for C#?

Just asking as I viewed my site designed for modern browsers, but viewed it in the .NET Winforms browser, and it looked rubbish, as that control doesn't support html 5 or css 3.

Thanks, I look forward to hearing from you all.

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

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

发布评论

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

评论(1

×纯※雪 2024-12-24 04:01:23

Awesomium,它基于 WebKit(与 Chrome 和 Safari 相同)。但它并不完全免费(除非您是一名独立开发人员,收入不超过 10 万或将其用于非商业开发)。

WebBrowser 控件对 HTML5 和 CSS3 功能的支持取决于安装的 IE 版本。 (这意味着您可以在机器上安装IE9以获得对这些功能的更好支持)

There is Awesomium which is based on WebKit (Same as Chrome and Safari). It's not entirely free though (unless you're an indie developer making 100k or less or using it for non commercial development).

The WebBrowser control support of HTML5 and CSS3 features depends on the version of IE that is installed. (which means that you can install IE9 on the machine to get better support of these features)

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