User69003606 posted
I am using a rich-text editor on a site to create data that is stored in my database. This means that I have to store encoded html in the database rather than encode on output.
PHP seems to have a number of tools that validate form-input html, and check if the entered data is vulnerable to a cross-scripting attack.
Is there anything like this for asp.net?
Cheers,
Peter