How to get RSS feed item count?
Posted
by Adam Kane
on Stack Overflow
See other posts from Stack Overflow
or by Adam Kane
Published on 2010-06-17T05:06:22Z
Indexed on
2010/06/17
5:13 UTC
Read the original article
Hit count: 192
Hello,
In C#, .NET 3.5, in a Windows Forms application...
How does one get the integer count of the number of items that a given RSS url returns?
Example: For my blog at: http://forgefx.blogspot.com/feeds/posts/default
The expected result would be: postCount = 25
Thanks!
© Stack Overflow or respective owner