With using c# 4.0 and htmlagilitypack how can i read values inside certain table. I mean lets say there are 10 tables and i want to read values from 6 th or i have table id.
Or lets say i want to read td value coming after certain td.
Or table coming after certain div or element or text. Are these possible ?
Everything you have asked about could be done relatively easily. It doesn’t matter that its documentation might be lacking, it should be similar to XML and the network’s
XmlDocumentimplementation in both use and functionality.Finding the 6th table:
Finding the table/element by id:
You should notice some patterns.