Ganss.XSS
Namespace with 15 public types
Classes
FilterUrlEventArgs
Provides data for the event.
HtmlFormatter
HTML5 markup formatter. Identical to except for < and > which are
encoded in attribute values.
HtmlSanitizer
Cleans HTML documents and fragments from constructs that can lead to XSS attacks.
HtmlSanitizerOptions
Provides options to be used with .
Iri
Represents an Internationalized Resource Identifier.
PostProcessDomEventArgs
Provides data for the event.
PostProcessNodeEventArgs
Provides data for the event.
RemovingAtRuleEventArgs
Provides data for the event.
RemovingAttributeEventArgs
Provides data for the event.
RemovingCommentEventArgs
Provides data for the event.
RemovingCssClassEventArgs
Provides data for the event.
RemovingStyleEventArgs
Provides data for the event.
RemovingTagEventArgs
Provides data for the event.
Enumerations
RemoveReason
List of reasons why something was identified to get removed from the HTML.
Interfaces
IHtmlSanitizer
Enables an inheriting class to implement an HtmlSanitizer class, which cleans HTML documents and fragments
from constructs that can lead to XSS attacks.