标签: c# html xpath
我有一些像这样的div:
string titles = node.SelectSingleNode(".//h3[contains(@class,'title')]").InnerText;
我试图在" compTitle options-togglet"中获取href值。 div.how我应该得到" http://www.bestbuy.com/"?
我使用此代码获取标题
{{1}}