Try using
hdoc2.DocumentNode.SelectNodes("//items/div[starts-with(@class, 'item')]/text()");
That should select all the text nodes you want.
solved htmlagilitypack getting field-item [closed]
Try using
hdoc2.DocumentNode.SelectNodes("//items/div[starts-with(@class, 'item')]/text()");
That should select all the text nodes you want.
solved htmlagilitypack getting field-item [closed]