.NET 中的 SyndicateItem.Content
我可以获取 SyndicateItem
的 Summary
但无法获取 Content
是有原因的吗?我正在寻找整个帖子。看来这取决于 RSS 提要的配置方式。这是真的吗?
我可以从野外读取任何 RSS 源的全部内容吗?谢谢
Is there a reason I can get the Summary
but not the Content
of a SyndicationItem
. I am looking for the entire post. It appears that it depends on how the RSS feed is configured. Is this true?
Can I expect to read the entire content of any RSS feed from the wild? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我意识到这有点像坟墓,但它仍然悬而未决,没有答案。
如果内容只是文本,您可以将内容类型转换为 文本联合内容。
I realise this is something of a gravedig, but it's still open and unanswered.
If the content is just text, you could typecast the content to TextSyndicationContent.