RSS Parser for .NET [closed]

*爱你&永不变心* 提交于 2019-12-19 08:11:13

问题


Any recommendations for RSS parser library in .NET?


回答1:


Several questions out there already that might be helpful. Look at this search.

Perhaps some of these might be helpful:

  • RSS library in .Net
  • RSS parser in .Net
  • Open Source RSS Parser
  • The best .Net library to handle feeds



回答2:


SyndicationFeed is a part of .NET framework, you can find this class in System.ServiceModel.dll assembly.

You can read and created RSS feeds using SyndiacationFeed and System.ServiceModel.Syndication namespace.




回答3:


I have used rss.net which works fine.




回答4:


rssdotnet works the best and is open source



来源:https://stackoverflow.com/questions/2690272/rss-parser-for-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!