G
Guest
Hi there!,
I've found that HttpUtility.HtmlDecode() will not decode to space if the
input text is something like "<b>SKY CAPTAIN & THE WORLD OF </b>". The
output is the same as the input. But output on browser is correct. Should
the output of HttpUtility.HtmlDecode() is the same as browser? Because I've
to rendor html to text as a browser does. So if HttpUtility.HtmlDecode() does
not do the same way as browser does, how should I do my job with FCL?
Thanks,
Thana N.
I've found that HttpUtility.HtmlDecode() will not decode to space if the
input text is something like "<b>SKY CAPTAIN & THE WORLD OF </b>". The
output is the same as the input. But output on browser is correct. Should
the output of HttpUtility.HtmlDecode() is the same as browser? Because I've
to rendor html to text as a browser does. So if HttpUtility.HtmlDecode() does
not do the same way as browser does, how should I do my job with FCL?
Thanks,
Thana N.