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
周りにも同様の質問があります。これとあれを参照してください。
残念ながら、それを選択的に行うための解決策はありません。検証をグローバルにオフにするだけで、これらの警告が非表示になります。