I am trying to use C # to access the contents of a webpage. For example, I want to capture the body text of a google homepage.
I know this is possible in C # with its web browser control. But I could not find a good, simple example of this. All the resources that I found on the Internet include creating forms and a GUI that I donβt need, I just need a good old console application.
If someone can provide a simple console-based code snippet that does the above, we will be very grateful.
Saobi source
share