Is there a way to create my own HTML validation scheme for Visual Studio?

Is there a way to add custom HTML validation schemes in Visual Studio?

If so, is there a resource for loading schemas?

http://kennethdjones.com/public/htmlvsdd.png

Note. IE6 validation exists as a painful reminder

+4
source share
1 answer

Yes, it should be possible, just Google for your question, you will find several articles:

How to add custom intellisense schema and validation in Visual Web Developer 2005

Creating and using custom backgrounder patterns

+2
source

Source: https://habr.com/ru/post/1303130/


All Articles