在 ASP.NET ListView 中显示 RSS 或 ATOM 内容

发布于 2024-10-15 21:28:42 字数 235 浏览 5 评论 0原文

我在从博客页面中提取 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

妖妓 2024-10-22 21:28:42

这篇博文介绍了在 ASP.NET 中使用 XmlDataSource 的简单方法:

希望有所帮助。

This blog post describes an easy way using XmlDataSource in ASP.NET:

Hope that helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文