Click or drag to resize

Utils_Html Class

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
SystemObject
  MicaSystems.UtilsUtils_Html

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Utils_Html

The Utils_Html type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSanitizeHtml
Takes raw HTML input and cleans against a whitelist
Top
See Also