Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时我发现能够在包含 HTML(ASPX 等)的文件中抑制某些标记验证警告很有用。
是否有#pragma warning disable\restoreHTML 的等价物?
#pragma warning disable\restore
周围有类似的问题,请参阅this和that。
不幸的是,没有解决方案可以选择性地执行此操作。只有全局关闭验证才会隐藏这些警告。