GeckoFX DocumentText Similar To Webbrowser Control Alternative (C#)
In this post GeckoFX DocumentText similar to Webbrowser, I presented a solution on how to retrieve the page source of a website. However, another solution was provided by a .NET guru using TextContent property:
Cheers!
this.Document.GetElementsByTagName("html")[0].TextContent;
Cheers!
Comments
Post a Comment