Function html

  • 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.

    Parameters

    • string: string | HtmlString

    Returns HtmlString

Generated using TypeDoc