I\'m trying to get all the divs that their class contains a certain word:
content1
I got it:
resultContent.DocumentNode.SelectNodes("//div[contains(@class, 'hello')]"))