...
This is used for to encode HTML text.
Example
| Code Block | title | Example
|---|
$encoder.encodeForHTML($someProperty) |
...
This is used to encode an HTML attribute
Example
| Code Block | title | Example
|---|
<a href="$encoder.encodeForHTMLAttribute($someProperty)">Link</a> |