Ir al contenido
Español

SafeHtml

Esta página aún no está disponible en tu idioma.

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