goog.soy.data.SanitizedHtml
Provided By | |
---|---|
Extends |
Content of type goog.soy.data.SanitizedContentKind.HTML
.
The content is a string of HTML that can safely be embedded in a PCDATA
context in your app. If you would be surprised to find that an HTML
sanitizer produced s
(e.g. it runs code or fetches bad URLs) and
you wouldn't write a template that produces s
on security or privacy
grounds, then don't pass s
here. The default content direction is
unknown, i.e. to be estimated when necessary.
new SanitizedHtml()
Parameters | None. |
---|