I am trying to get all links of a link when its parent class is name_of_box. I wrote the below but got nothing. How do i do this? With css i believe i can select it with .name_of_box a
var ls = htmldoc.DocumentNode.Elements("//div[@class='name_of_box']//a[@href]");