







Contains classes and interfaces for the SimpleFeedReader library.
Classes
Class | Description | |
---|---|---|
![]() |
DefaultFeedItemNormalizer |
The DefaultFeedItemNormalizer normalizes Title,
Content and 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 Date property will contain
whichever date is latest; the PublishDate or LastUpdatedTime.
|
![]() |
FeedItem |
Represents an item from a SyndicationFeed.
|
![]() |
FeedReader |
Retrieves SyndicationFeeds and normalizes the items from the feed into FeedItems.
|
Interfaces
Interface | Description | |
---|---|---|
![]() |
IFeedItemNormalizer |
Provides the base FeedItemNormalizer interface for FeedItems.
|