EncodeForHTML
Last updated
Was this helpful?
Last updated
Was this helpful?
Encodes the input string for safe output in the body of a HTML tag.
The encoding in meant to mitigate Cross Site Scripting (XSS) attacks. This function can provide more protection from XSS than the HTMLEditFormat or XMLFormat functions do.
string
string
true
The string to encode.
canonicalize
boolean
true
If set to true, canonicalization happens before encoding. If set to false, the given input string will just be encoded.
false