SyndicationItem Content and Summary property in ASP.NET 3.5
Posted
by bobsmith123
on Stack Overflow
See other posts from Stack Overflow
or by bobsmith123
Published on 2010-05-31T23:02:17Z
Indexed on
2010/05/31
23:43 UTC
Read the original article
Hit count: 299
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? Thanks
© Stack Overflow or respective owner