How to remove dangerous characters(ie script tags)?
- by chobo2
I am wondering is there any sort of C# class or 3rd party library that removes dangerous characters such as script tags?
I know you can use regex but I also know people can write their script tags so many ways that you can fool the regex into thinking it is OK.
I also heard that HTML Agility Pack is good so I am wondering is there any script removal class made for it?