跳转到内容
简体中文

SafeHtml

此内容尚不支持你的语言。

Defined in: src/http/Html.ts:38

A string already known to be safe HTML — the brand the html tagged template produces and interpolates verbatim. Treat constructing one directly (or via rawHtml) as asserting “I have made this safe”: the brand is an anti-accident guard, not an anti-malice one.

new SafeHtml(value): SafeHtml

Defined in: src/http/Html.ts:39

string

SafeHtml

readonly value: string

Defined in: src/http/Html.ts:39

toString(): string

Defined in: src/http/Html.ts:40

string