在 C# 中创建您自己的 html 5 / css3 布局引擎的资源

发布于 2024-12-19 13:24:16 字数 175 浏览 2 评论 0原文

是否有任何资源可以介绍如何在 C# 中创建自己的布局引擎(如 webkit),支持 html 5 和 css 3,最好通过 MSHTML 或其他任何方式。

另外,如果上述不可能,我如何添加到 WinForms .NET 中的 webbrowsercontrol 以帮助它支持最新的 Web 标准。

谢谢。

Are there any resources out there for how to create your own layout engine (like webkit) in C#, that supports html 5 and css 3, preferably through MSHTML, or anything else.

Also, if the above is impossible, how can I add on to the webbrowsercontrol in WinForms .NET to help it support the latest web standards.

Thanks.

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

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

发布评论

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

评论(1

紙鸢 2024-12-26 13:24:16

您无法更改 MSHTML,但可以使用不同的控件来代替默认的基于 IE 的控件。 Webkit,您可以尝试 https://github.com/webkitdotnet (不过看起来仍然有些实验性),以及 GeckoFX < a href="http://www.geckofx.org/" rel="nofollow">http://www.geckofx.org/ 旨在成为使用 Gecko(Firefox 布局引擎)的直接替代品)。

我不确定它们是否都支持普通 WebBrowserControl 的所有功能。

You can't change MSHTML, but you can use a different control instead of the default IE based one. Webkit, you can try https://github.com/webkitdotnet (Still looks somewhat experimental though), and GeckoFX http://www.geckofx.org/ which aims to be a drop-in replacement using Gecko (Firefox layout engine).

I'm not sure if they both support all the features the normal WebBrowserControl does though.

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