HtmlEscapeMode constructor
Create a custom escaping mode.
All modes escape &
.
The mode can further be set to escape <
and >
(escapeLtGt),
"
(escapeQuot), '
(escapeApos), and/or /
(escapeSlash).
Implementation
const HtmlEscapeMode
Create a custom escaping mode.
All modes escape &
.
The mode can further be set to escape <
and >
(escapeLtGt),
"
(escapeQuot), '
(escapeApos), and/or /
(escapeSlash).
const HtmlEscapeMode