Aller au contenu
Français

rawHtml

Ce contenu n’est pas encore disponible dans votre langue.

rawHtml(s): SafeHtml

Defined in: src/http/Html.ts:77

Escape hatch: wrap a string you have ALREADY made safe (e.g. a trusted template you built yourself) so it interpolates verbatim. Never pass untrusted input here — that reintroduces the XSS the escaping prevents.

string

SafeHtml