c# getting text off webpage (NOT HTML SOURCE)
- by every_answer_gets_a_point
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