HtmlForgeX

API Reference

Class

HtmlSanitizer

Namespace HtmlForgeX.Email

Sanitization helpers for generated HTML.

Inheritance

  • Object
  • HtmlSanitizer

Methods

FixCssHexQuotes(System.String arg1) #

Rewrites quoted hex colors like color:"ABCDEF to color:#ABCDEF. Some templating paths can HTML-escape the hash character; normalize here.

Parameters

arg1 System.String required