String.FromHTML (gb.util)

Static Function FromHTML ( Html As String ) As String

Desde 3.11

Return the text contents of an HTML string, by removing all markups and entities.

At the moment only a few entities are handled: &, <, >,  , ", ', and numeric entities beginning with &#.