-->

RSS/Atom parsing library for .Net

2020-06-27 03:05发布

问题:

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.