콘텐츠로 이동
한국어

rawHtml

이 콘텐츠는 아직 번역되지 않았습니다.

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