IFeed Interface
Feed interface.
IFeed
IFeedMetadata
INamespaceProvider
RdfFeed
RssFeed
AtomFeed
Feed

Syntax

public interface IFeed : IFeedMetadata, INamespaceProvider

Properties

Name Property Type Summary
Copyright string
Gets the copyright.
FeedType FeedType
Gets the type of the feed.
Items IList<IFeedItem>
Gets a list of feed items.
MimeType string
Gets the MIME Type designation for the feed.

Extension Methods