如何在 Visual Studio 中选择性地抑制标记验证?
有时我发现能够抑制包含 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
周围也有类似的问题,请参阅 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.