Ir al contenido
Español

rawHtml

Esta página aún no está disponible en tu idioma.

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