Sunday, March 26, 2006 12:05 AM
DmitryR
RSS Toolkit Update
I am posting a minor update to the ASP.NET RSS Toolkit (version 1.0.0.1). It contains changes made in response to the feedback I received -- I'd like to thank everyone for their comments and suggestions!
Here is the list of changes:
- Added MaxItems property to RssDataSource to limit the number of items returned.
- Added automatic generation of <link> tags from RssHyperLink control, to light up the RSS toolbar icon in IE7. For more information please see http://blogs.msdn.com/rssteam/articles/PublishersGuide.aspx
- Added protected Context property (of type HttpContext) to RssHttpHandlerBase class, to allow access to the HTTP request while generating a feed.
- Added generation of LoadChannel(string url) method in RssCodeGenerator so that one strongly typed channel class can be used to consume different channels.
- Fixed problem expanding app relative (~/…) links containing query string when generating RSS feeds.
You can download the toolkit as the attachment to this post. Of course, all sources are included.