Decodes special characters within the specified HTML string.
For example, & will be converted to &.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- data
- Type: System String
The text to decode.
Return Value
The decoded text.See Also