Rss20FeedFormatter Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Rss20FeedFormatter type exposes the following members.

Properties

  Name Description
Public property Feed Gets the SyndicationFeed associated with the formatter. (Inherited from SyndicationFeedFormatter.)
Protected property FeedType The instance derived from SyndicationFeed that is associated with the Rss20FeedFormatter instance.
Public property PreserveAttributeExtensions Gets and sets a value that specifies whether to preserve attribute extensions during serialization.
Public property PreserveElementExtensions Gets and sets a value that specifies whether to preserve element extensions during serialization.
Public property SerializeExtensionsAsAtom Gets and sets a value that specifies whether to serialize extensions within the Atom 1.0 namespace.
Public property Version Gets the syndication version used by the formatter. (Overrides SyndicationFeedFormatter.Version.)

Top