RSS/Atom parsing library for .Net

只愿长相守 提交于 2019-12-05 02:12:36

问题


I'm trying to find a library that can read a given RSS/Atom feed, and that can guess its format and abstract it as a list of items.

The idea is to build a simple RSS reader that could take any feed.

I know PHP has a few libraries doing just that, but I can't find any .Net version.


回答1:


I believe the ASP.NET RSS Toolkit does what you want.




回答2:


If you are using 3.5 you can use classes from the System.ServiceModel.Syndication namespace




回答3:


Argotic is a pretty comprehensive content syndication framework.



来源:https://stackoverflow.com/questions/824949/rss-atom-parsing-library-for-net

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