开发者

html agility pack vs antixss

开发者 https://www.devze.com 2023-01-05 14:50 出处:网络
It seems to me jus开发者_Python百科t using the html agility pack would work to prevent xss (parse then get innertext). Would it be repetitive to use antixss after using hap?

It seems to me jus开发者_Python百科t 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消