I am trying to use C# to access the content of a webpage. For example, I want to grab the text of the body of google homepage.
I know this is doable in C# with its web browser control. But I couldn't find a good, simple example of doing it. All the resources I found online involve creating Forms and GUI, which I don't need, I just need a good old Console Application.
If anyone can provide a simple console-based code snippet that accomplishes the above, it'll be greatly appreciated.