↧
Answer by ChrisF for Question on SyndicationItem - ASP.NET
Have you tried the Content property?Gets and sets the content of the syndication item.There are separate properties for Title, Summary etc. There's not one property or method that return all the...
View ArticleQuestion on SyndicationItem - ASP.NET
I am trying to understand how to use SyndicationItem to display feed which is RSS 2.0 or Atom compliant.What property of SyndicationItem gives me the entire description of the post. It appears that...
View Article