❔ Scrape with HtmlAgilityPack
Hi. I'm trying to get the values on line 5 and 14.
I've tried to get the span by class. However the InnerText is just an empty string.
Other spans on the site has id's which makes it a lot easier, but I can't figure out how to retrieve the value, when multiple spans has the same class.
In this case there is 11 "fields/properties" listed with the same class. And I would only need some of them.
I've tried to get the span by class. However the InnerText is just an empty string.
Other spans on the site has id's which makes it a lot easier, but I can't figure out how to retrieve the value, when multiple spans has the same class.
In this case there is 11 "fields/properties" listed with the same class. And I would only need some of them.