跳转到内容
简体中文

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