SafeHtml
一个标记性接口,用于表示一个值可以安全地用在 HTML 上下文中。
Marker interface for a value that's safe to use as HTML.
interface SafeHtml extends SafeValue {
// 继承自 platform-browser/SafeValue
}
一个标记性接口,用于表示一个值可以安全地用在 HTML 上下文中。
Marker interface for a value that's safe to use as HTML.
interface SafeHtml extends SafeValue {
// 继承自 platform-browser/SafeValue
}