I'm fetching the html document by URL using WebClient.DownloadString(url)
but then its very hard to find the element content that I'm looking for. Whilst reading around I've spotted HtmlDocument
and that it has neat things like GetElementById
. How can I populate an HtmlDocument
with the html returned by url
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…