SimpleFeedReader Namespace

SimpleFeedReader

Collapse image Expand Image Copy image CopyHover image

Contains classes and interfaces for the SimpleFeedReader library.

Classes

  Class Description
Public class 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.
Public class FeedItem
Represents an item from a SyndicationFeed.
Public class FeedReader
Retrieves SyndicationFeeds and normalizes the items from the feed into FeedItems.

Interfaces

  Interface Description
Public interface IFeedItemNormalizer
Provides the base FeedItemNormalizer interface for FeedItems.