2
votes
Reading non-standard elements in a SyndicationItem with SyndicationFeed
Here is how I managed to retrieve the enclosure link from a feed using SyndicationFeed.
static void Main(string[] args)
{
var feedUrl = "http://blog.stackoverflow.com/index.php? …
