ASP.NET 3.5 中的 SyndicateItem Content 和 Summary 属性
如果我错了,请纠正我,但根据提要地址,SyndicateItem.Content
有时为 null。当它为 null 时,SynminationItem.Summary
似乎包含博客文章的文本。
这是否取决于提要是 RSS
还是 Atom
?我试图获取博客文章的文本,无论用户输入什么 RSS URL。
有人可以澄清一下吗?
Correct me if I am wrong, but it appears that the SyndicationItem.Content
is null some times based on the feed address. When it's null, SyndicationItem.Summary
seems to have the text of the blog post.
Is this dependent on whether the feed is RSS
or Atom
? I am trying to get the blog post's text irrespective of what RSS URL the user inputs.
Can someone clarify?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的 RSS 源将其内容放入块中,则该信息将映射到 SyndicateItem.Summary。
If your RSS feed places it's content in the block, that information maps to SyndicationItem.Summary.