So I have been ripping my hair trying to figure out how to get the pure html from a HtmlDocument.
Since there is no "HtmlDocument.ToString" that supplies the correct html there must be some other way, right?
Printable View
So I have been ripping my hair trying to figure out how to get the pure html from a HtmlDocument.
Since there is no "HtmlDocument.ToString" that supplies the correct html there must be some other way, right?
Where are you getting the HtmlDocument from in the first place?
Webbrowser.Document?
This is another one that could have been answered by the reading the documentation. The WebBrowser also has a DocumentText property.
Yeah I totally know that. But I wanted to know if you can get the html from a HtmlDocument :ehh: