Class wwWebRssFeed
Control that can display an RSS 2.0 Feed easily.
wwWebControl
wwWebRssFeed
Class Members
| Member | Description | |
|---|---|---|
| RssFeedToHtml | Retrieves a feed as an RSS Feed from the Web and turns it into an HTML string.
o.RssFeedToHtml()
|
|
| ConnectionTimeout | Connection timeout to retrieve a feed in seconds | |
| CssClass | CSS Class applied to this control - default is none | |
| DetailPostHtml | Any HTML to inject after the detail text of the feed item | |
| DetailPreHtml | Any HTML to inject before the detail text of the feed item | |
| FeedUrl | The URL to the RSS Feed - only RSS 2.0 is supported | |
| ItemsToShow | Maximum items to display. Only the top items are displayed. | |
| ShowBlogTitle | determines whether hte header is displayed | |
| ShowDetail | Number of characters to display for each feed | |
| TitleCssClass | Css class applied to the header | |
