Pular para o conteúdo
Português (BR)

rawHtml

Este conteúdo não está disponível em sua língua ainda.

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