htmlagilitypackでclass='round'およびid='footer'を持つすべてのdivを取得するにはどうすればよいですか?
以下でできると思いましたが、うまくいきませんか?
Dim s As HtmlNodeCollection = htmlDoc.DocumentNode.SelectNodes("//div[@class ='round' and @id='footer']")
htmlagilitypackでclass='round'およびid='footer'を持つすべてのdivを取得するにはどうすればよいですか?
以下でできると思いましたが、うまくいきませんか?
Dim s As HtmlNodeCollection = htmlDoc.DocumentNode.SelectNodes("//div[@class ='round' and @id='footer']")