new soydata.SanitizedHtml()
Content of type soydata.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 {@code s} (e.g. it runs code or fetches bad URLs) and
you wouldn't write a template that produces {@code s} on security or privacy
grounds, then don't pass {@code s} here.
- Source:
- helper/soyutils_usegoog.js, line 104
Extends
- goog.soy.data.SanitizedContent
Members
-
contentKind
-
- Source:
- helper/soyutils_usegoog.js, line 110