在 ASP.NET ListView 中显示 RSS 或 ATOM 内容
我在从博客页面中提取 RSS 并将其发布到我自己的网站上时遇到了一些麻烦。我正在使用 SyndicateFeed 来提取数据并对其进行解析。我能够完成此任务,但需要相当多的代码。
我觉得应该花一些时间在几行代码中完成此操作并将其绑定到 ListView。
任何人都可以向我指出一种“非常简单”的方法,从另一个站点提取 rss 或atom feed,并将其内容绑定到我的页面上的 ListView 控件中,包括每个项目的内容?
I am having some trouble pulling RSS off of blogger page and publishing it on my own site. I am using SyndicationFeed to pull the data down and parse it. I am able to accomplish this but not without quite a bit of code.
I feel like there should be a while of doing this in a few lines of code and bind that to the ListView.
Can anyone point me at a 'really simple' way to pull rss or atom feed off of another site and bind its contents into a ListView control on my page, including the content of each item?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这篇博文介绍了在 ASP.NET 中使用
XmlDataSource
的简单方法:希望有所帮助。
This blog post describes an easy way using
XmlDataSource
in ASP.NET:Hope that helps.
查看 ASP.NET RSS 工具包
Take a look to ASP.NET RSS Toolkit