![]()
Performs an "unchecked conversion" to SafeHtml from a plain string that is
known to satisfy the SafeHtml type contract.
IMPORTANT: Uses of this method must be carefully security-reviewed to ensure
that the value of
html satisfies the SafeHtml type contract in all
possible program states.
Arguments:
Returns: !goog.html.SafeHtml
The value of html, wrapped in a SafeHtml
object.
|
code » | ||||
![]()
Performs an "unchecked conversion" to SafeStyle from a plain string that is
known to satisfy the SafeStyle type contract.
IMPORTANT: Uses of this method must be carefully security-reviewed to ensure
that the value of
style satisfies the SafeUrl type contract in all
possible program states.
Arguments:
|
code » | ||||
![]()
Performs an "unchecked conversion" to SafeUrl from a plain string that is
known to satisfy the SafeUrl type contract.
IMPORTANT: Uses of this method must be carefully security-reviewed to ensure
that the value of
url satisfies the SafeUrl type contract in all
possible program states.
Arguments:
|
code » | ||||
![]()
Performs an "unchecked conversion" to TrustedResourceUrl from a plain string
that is known to satisfy the TrustedResourceUrl type contract.
IMPORTANT: Uses of this method must be carefully security-reviewed to ensure
that the value of
url satisfies the TrustedResourceUrl type contract
in all possible program states.
Arguments:
|
code » |