new soydata.UnsanitizedText(content)
Unsanitized plain text string.
While all strings are effectively safe to use as a plain text, there are no
guarantees about safety in any other context such as HTML. This is
sometimes used to mark that should never be used unescaped.
Parameters:
Name | Type | Description |
---|---|---|
content |
* | Plain text with no guarantees. |
- Source:
- helper/soyutils_usegoog.js, line 217
Extends
- goog.soy.data.SanitizedContent
Members
-
content
-
- Source:
- helper/soyutils_usegoog.js, line 219
-
contentKind
-
- Source:
- helper/soyutils_usegoog.js, line 224