asp mvc中的xml阅读器

时间:2012-02-20 02:45:31

标签: c# .net xml

我已通过以下功能

阅读了rss feed
  using (XmlReader reader = XmlReader.Create(feedUri.AbsoluteUri))

但有时,当URL无效时(404),它会显示错误。如何在使用此功能读取URL之前验证URL?

1 个答案:

答案 0 :(得分:1)

添加catch块并根据需要处理WebException