HTML-entity-escape a raw string and brand the result as safe for HTML interpolation. Escapes &, <, >, ", and '.
&
<
>
"
'
Untrusted string (user input, file content, etc.)
Branded SafeHtmlString safe for use in HTML templates
HTML-entity-escape a raw string and brand the result as safe for HTML interpolation. Escapes
&,<,>,", and'.