I\'m using .NET\'s SyndicationFeed to create RSS and ATOM feeds. Unfortunately, I need HTML content in the description element (the Content property of the SyndicationItem)
This should work.
item.Content = new TextSyndicationContent("Item Content",TextSyndicationContentKind.Html);