Writes the HTML escaped version of a given string to an output range (escapes every character).
Writes the HTML escaped version of a given string to an output range (also escapes double quotes).
Writes the HTML escaped version of a given string to an output range.
Writes the HTML escaped version of a character to an output range.
HTML character entity escaping.
TODO: Make things @safe once Appender is.