is possible get with HtmlAgilityPack a specific option? For example I\'ve a select like this:
1
if the html looks like this
2
it should be like this
doc.DocumentNode.SelectSingleNode("//Select[@id='foo']//*[@selected='']");