I have an asp.net web page that has a TinyMCE box. Users can format text and send the HTML to be stored in a database.
On the server, I would like to take strip the h
Here's Jeff Atwood's RefactorMe code link for his Sanitize HTML method