Tell the template engine to not automatically escape the HTML in the given string. Per default all dynamic values are automatically HTML escaped.
This is dangerous: Always validate data that you pass as string otherwise this can lead to Cross-Side Scripting attacks.
string
Generated using TypeDoc
Tell the template engine to not automatically escape the HTML in the given string. Per default all dynamic values are automatically HTML escaped.
This is dangerous: Always validate data that you pass as
string
otherwise this can lead to Cross-Side Scripting attacks.