getting text off webpage (NOT HTML SOURCE)

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-14T01:45:55Z Indexed on 2010/04/14 2:03 UTC
Read the original article Hit count: 256

Filed under:
|
|

how would i put the contents of a webpage into a string?

it would be the same thing as hitting ctrl+A and copying and pasting it.

is there a way to do this programmatically without 'sendkeys' ?

i do not want to look at the html source at all, i just want to copy the text on the site

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET