Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is used for to encode HTML text.

Example
Example
Code Block
title
$encoder.encodeForHTML($someProperty)

...

This is used to encode an HTML attribute

Example
Example
Code Block
title
<a href="$encoder.encodeForHTMLAttribute($someProperty)">Link</a>