RemoveReason
List of reasons why something was identified to get removed from the HTML.
namespace Ganss.XSS
{
public enum RemoveReason
{
NotAllowedTag,
NotAllowedAttribute,
NotAllowedStyle,
NotAllowedUrlValue,
NotAllowedValue,
NotAllowedCssClass,
ClassAttributeEmpty,
StyleAttributeEmpty
}
}