Html content manipulation utilities.
Relies on HtmlAgilityPack.
inspired from: https://eksith.wordpress.com/2011/06/14/whitelist-santize-htmlagilitypack/
https://eksith.wordpress.com/2012/02/13/antixss-4-2-breaks-everything/
Inheritance Hierarchy
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static class Utils_Html
The Utils_Html type exposes the following members.
Methods
| Name | Description |
---|
| SanitizeHtml |
Takes raw HTML input and cleans against a whitelist
|
TopSee Also