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
You can use HTML Tidy. There is a wrapper for .NET called TidyManaged