I need a C # library about strict HTML validation and filtering

I need a C # library about strict HTML validation and filtering

0


source to share


2 answers


Jeff Atwood posted some code to filter HTML tags and sanitize. From your short description, this sounds like something you might want to look into.

http://refactormycode.com/codes/333-sanitize-html



http://www.codinghorror.com/blog/archives/001172.html

0


source


I don't think such a thing exists, but it looks like it would be difficult to make a validation API that uses the w3C validator behind the scenes.



What kind of filtering are you talking about? Your question is very vague ...

0


source







All Articles