i am try to get all links from webpage with Html Agility Pack, after send web URL (cnn.com) i have this list (return by Html Agility class):

what is the best way to get all this page links cause some of those links start with “/” and not with the page address ?
Those links that don’t start with an
http://are relative to the current address (http://cnn.com) so you could prepend it to get the full address. And for those that represent javascript functions, well, there’s not much you could do with HTML Agility Pack as it only parses HTML.