Okay, if I have a webbrowser control I can extract an HTMLElement with wb1.Document.GetElementById.
But what, instead, if I've made a WebRequest, and got a WebResponse back? How do I then extract an HTML element from that?
I don't want to have to load it into a webbrowser, if I can help it.
But what, instead, if I've made a WebRequest, and got a WebResponse back? How do I then extract an HTML element from that?
I don't want to have to load it into a webbrowser, if I can help it.