↧
Answer by Ashok Padmanabhan for ASPNET MVC: how do i add an image to a RSS item?
Are you asking how to show an image in your RSS feed? If so, i believe that to show images in a feed you need the RSS media extensions - http://video.search.yahoo.com/mrssFor example, Zenfolio uses...
View ArticleASPNET MVC: how do i add an image to a RSS item?
I need to add an image to my RSS feed but cannot see it.My code is:var item = new SyndicationItem( title: Title, content: Content, itemAlternateLink: new Uri(bla));item.ElementExtensions.Add( new...
View Article