Jump to content

Fetch the html content from iframe using htmlagilitypack


sagar022

Recommended Posts

I am making an app in which I want to fetch some content from iframe, In iFrame code is like this.<div class="abc"><a class="abc" href="example.com" data-ctorig="example2.com" > **** </a></div>I want the website "example2.com" for my app. I use ASP.NET(C#), HtmlAgilityPack.... How to do this?My app will be run on the server, so I don't want to use javascript. I go to the src of the iframe but i found nothing. Is there any other way.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...