C# 中的 HTML 验证/修复

发布于 2024-09-26 14:50:27 字数 98 浏览 3 评论 0原文

我需要检查 HTML 文档是否正确,所有标签和属性是否正常(在 C# 中)。如果没有,请尝试修复格式错误的标签和/或属性。对我可以使用的库或工具有什么建议吗?

谢谢。

I need to check if a HTML document is correct, if all tags and attributes are ok (in C#). If not, try to fix malformed tags and/or attributes. Any suggestions for a library or tool that i can use?

Thanks.

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

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

发布评论

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

评论(1

白云悠悠 2024-10-03 14:50:27

Tidy Managed 解决了我的问题。该工具知道修复损坏的标签和关闭标签。构建 TidyManaged 应用程序并下载 libtidy.dll 文件并将其放入 bin/debug 文件中。

Tidy Managed solved my problems. This tool knows to repair broken tags and to close tags. Build TidyManaged app and download the libtidy.dll file and place it in bin/debug file.

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