Hi All,
It seems to me just using the html agility pack would work to prevent xss (parse then get innertext). Would it be repetitive to use antixss after using hap?
Thanks, rod.
Hi All,
It seems to me just using the html agility pack would work to prevent xss (parse then get innertext). Would it be repetitive to use antixss after using hap?
Thanks, rod.
Apples and oranges.
The HTML Agility Pack is a tool to parse HTML and work with the resulting parsed document.
the AntiXSSLibrary is a tool to use on your HTML and website to prevent XSS.
Comparing the two does not make much sense to me.