How do I validate a html file with C#?

后端 未结 3 1985
星月不相逢
星月不相逢 2020-12-11 05:24

I have a C# application that receives an html file. I want to parse and validate it. On output it will return a list of errors or that my html is valid.

Has anyone

3条回答
提交回复
热议问题