在.NET RSS解析器NET、RSS

2023-09-02 10:38:25 作者:有缘男 free body

什么是最好的RSS阅读器。NET在那里?最有效和易于使用的 那些我发现真的是复杂的

what's the best RSS reader for .net out there? most efficient and easy to use the ones i found are really complicated

推荐答案

http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.aspx http://msdn.microsoft.com/en-us/magazine/cc135976.aspx

.NET有一个类来解析ATOM和RSS提要。退房的链接。什么是你想怎么办?你能否提供更多信息?

.net has a class to parse ATOM and RSS feeds. Check out the links. What are you trying to do? Can you give more information?

另外,你可以只从XML文件中删除饲料版本,并使用XmlDocument类解析它作为一个正常的XML文件。

Alternatively You can just remove the "Feed version" from the XML file and parse it as a normal XML file using xmlDocument class.