SyndicationItem Content and Summary property in ASP.NET 3.5
- by bobsmith123
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