Sometimes it seems to me useful to be able to suppress certain markup verification warnings in files containing HTML (ASPX, etc.).
Is there an equivalent of #pragma warning disable\restore for HTML?
#pragma warning disable\restore
There are similar questions, see this and that .
Unfortunately, there is no decision to do this selectively. Only global disabling of verification hides these warnings.
Source: https://habr.com/ru/post/1390680/More articles:Listview setupHeight in jQuery Mobile - cssFor Microsoft built classes that inherit IDisposable, should I explicitly call Dispose? - c #GDI + general error: memory leak using VB.NET - memory-leaksEF 4.2 Code First. How to name the many-to-many table? - entity-frameworkThe captured image of the camera looks blurry - androidA Structure project for Java with a few basic entry points and executables? - javaCakePHP ACL: Does Base Group / ARO Required - cakephpCode chains with call chains? - c #Can you easily create a list-like object in python that uses something like a descriptor for its elements? - pythonheightForHeaderInSection not getting a call? - iosAll Articles