Pulish Date: -6ren">
gpt4 book ai didi

c# - 如何在 asp.net 中将其他网站的 RSS FEED 显示到我的站点?

转载 作者:太空狗 更新时间:2023-10-29 19:57:31 26 4
gpt4 key购买 nike

我想在我用 ASP.NET 制作的网站中显示其他网站的 RSS FEED。我该怎么办?

最佳答案

<asp:DataList ID="DataList1" runat="server" DataSourceID="XmlDataSource1">
<ItemTemplate>
Title: <a href="<%# XPath("link") %>"><%# XPath("title") %></a><br />
Pulish Date: <%# XPath("pubDate") %><br />
Description: <%# XPath("description") %>
<hr />
</ItemTemplate>
</asp:DataList>

<asp:XmlDataSource ID="XmlDataSource1" Runat="server"
DataFile="http://z.about.com/6/g/electrical/b/rss2.xml"
XPath="rss/channel/item">
</asp:XmlDataSource>

关于c# - 如何在 asp.net 中将其他网站的 RSS FEED 显示到我的站点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6304285/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com