"Sebastian Mark" <REMOMEsaint@terian.net> schrieb:
>I have a simple question, is there an easy way in .NET
> to unescape HTML characters?
[quoted text clipped - 8 lines]
> "Siebel Analytics Sr Consultant- Partner w/ Deloitte & have the oppty to
> become a Partner"
Try 'HttpUtility.HtmlDecode'.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
AMercer - 12 Aug 2006 23:36 GMT
> Try 'HttpUtility.HtmlDecode'.
Is there a specification somewhere of exactly what HtmlDecode does? The
documentatation is vague and cites some examples (space, lt, gt). I would
like to know exactly what it does.
Larry Lard - 14 Aug 2006 11:42 GMT
>> Try 'HttpUtility.HtmlDecode'.
>
> Is there a specification somewhere of exactly what HtmlDecode does? The
> documentatation is vague and cites some examples (space, lt, gt). I would
> like to know exactly what it does.
Probably, but I couldn't find it, so I just got Reflector to tell me
what HtmlEncode does:
- characters after > are encoded to &#number;
- " < > & are encoded to " < > & respectively
- that seems to be it

Signature
Larry Lard
larrylard@googlemail.com
The address is real, but unread - please reply to the group
For VB and C# questions - tell us which version