Name | Description |
---|---|
DefaultFeedItemNormalizer | The DefaultFeedItemNormalizer normalizes FeedItem.Title, FeedItem.Content and FeedItem.Summary of FeedItems to the point where they no longer contain any HTML, redundant whitespace, un-normalized unicode chars and other control chars like tabs, newlines or backspaces. The FeedItem's FeedItem.Date property will contain whichever date is latest; the FeedItem.PublishDate or FeedItem.LastUpdatedDate. |
FeedItem | Represents an item from a SyndicationFeed. |
FeedReader | Retrieves SyndicationFeeds and normalizes the items from the feed into FeedItems. |