Class: UnsanitizedText

soydata.UnsanitizedText

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:

Extends

  • goog.soy.data.SanitizedContent

Summary

Members

content

Source:

contentKind

Source: