Params
text
(String
) – HTML value to be resolved.
Params
text
(String
) – HTML value to be resolved.Returns
String
– a resolved HTML value for displaying. This means:
In addition, the output is HTML escaped, meaning that characters like &
, <
, and >
are replaced with their corresponding HTML entities. Please use useResolvedStringValue
if the value should not be HTML escaped.