- 4,780 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0
Uses HtmlAgilityPack parser to protect against cross-site scripting by sanitizing html text against unrecognized tags and attributes.
HTML is matched against defined whitelisted tags and attributes to ensure only known safe markups are allowed.
Basic usage:
String inputValue = "<a...
More information