why are results for webclient.downloadstring truncated?
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-04-13T18:59:23Z
Indexed on
2010/04/13
19:13 UTC
Read the original article
Hit count: 148
c#
string html;
html = new WebClient().DownloadString(some_url_string);
Why does it truncate html to about 28.000 characters?
© Stack Overflow or respective owner