Reading Html Code and finding
text. C#

后端 未结 1 1863
野趣味
野趣味 2021-01-26 04:14

i am useing this code to read html pages :

 WebClient client = new WebClient();
            String htmlCode = client.DownloadString(@\"C:\\checkemails\\check.htm         


        
相关标签:
1条回答
  • 2021-01-26 04:49

    try using HTMLAgilityPack for this sort of thing...

    for select item from a div see for example Select only items in a specific DIV using HtmlAgilityPack

    0 讨论(0)
提交回复
热议问题