如何在 Visual Studio 中选择性地抑制标记验证?

发布于 2024-12-26 11:44:37 字数 119 浏览 1 评论 0原文

有时我发现能够抑制包含 HTML(ASPX 等)的文件中的某些标记验证警告很有用。

HTML 是否有相当于 #pragma warning disable\restore 的内容?

Sometimes I find it useful to be able to suppress certain markup validation warnings within files that contain HTML (ASPX, etc.).

Is there an equivalent of #pragma warning disable\restore for HTML?

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

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

发布评论

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

评论(1

鹿港小镇 2025-01-02 11:44:37

周围也有类似的问题,请参阅 this 和 < a href="https://stackoverflow.com/questions/195293/disable-visual-studios-validation-of-non-xml-files-that-look-like-xml">那个。

不幸的是,没有解决方案可以选择性地执行此操作。只有全局关闭验证才能隐藏这些警告。

There are similar questions around, see this and that.

Unfortunately there is no solution to do it selectively. Only a global turn-off of the validation will hide those warnings.

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