使用c#为htmlnode集合检查null

时间:2012-10-15 07:30:33

标签: c# html-parsing html-agility-pack

我正在使用html agility pack来使用c#解析html。

 HtmlNodeCollection hNodes = myHtmDoc.DocumentNode.SelectNodes("//h1");

我正在遍历这个hNodes。有时它可能是空的。那么如何检查hNode是否为null。对于字符串,您可以使用IsNullOrEmpty。就像那里有什么可以检查null。我希望结果为

If (hNodes != null)
 DoSomething

1 个答案:

答案 0 :(得分:1)

您的代码非常完美,您可以通过该句来检查会员的可为空性。