Zum Inhalt springen
Deutsch

rawHtml

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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