如何使用使用HtmlAgilityPack获取表值

时间:2010-07-22 17:51:34

标签: asp.net html-parsing html-helper html-agility-pack

http://www.dsebd.org/latest_PE_all2_08.php

我在asp.net C#web上工作。上面的url包含一些信息,我需要将它们保存在我的数据库中,还需要在指定的位置保存为xml格式。这个url包含一个表。我想得到这个表值,但如何从此html表中检索值。

HtmlWeb htmlWeb = new HtmlWeb();

            // Creates an HtmlDocument object from an URL
            HtmlAgilityPack.HtmlDocument document = htmlWeb.Load("http://www.dsebd.org/latest_PE_all2_08.php");

我需要帮助才能从文档中获取表格信息。如何保存此表值。请告诉我一些语法

1 个答案:

答案 0 :(得分:0)