Check valid html C# -
Is there an easy way in C # to validate HTML file (.html)?
You can try the article on dot net pulses.
If you are not obliged to do this in C #, then it is usually using the best method to validate HTML.
You can, of course, write a test of type in C #, pushing all of your HTML through W3C Vedicator, if it makes sense in your case .
Comments
Post a Comment