C# How To Download Html Which Loads Using Ajax
now a days there are web pages which developed using some ajax based frameworks (dynamically or lazy loading). Just wondering if there is any way to download html contents of such
Solution 1:
You would need to be able to run the js that is inside. Which according to this answer is not possible with htmlAgilityPack.
Solution 2:
You can see it.Getting web content by Html Agility Pack.https://code.msdn.microsoft.com/Getting-web-content-by-bb07d17d...
Post a Comment for "C# How To Download Html Which Loads Using Ajax"