SyndicationVersions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class that represents the syndication versions supported by Windows Communication Foundation (WCF).
public ref class SyndicationVersions abstract sealed
public static class SyndicationVersions
type SyndicationVersions = class
Public Class SyndicationVersions
- Inheritance
-
SyndicationVersions
Remarks
This class represents the syndication versions that WCF supports by default. You can add support for additional syndication versions by implementing your own SyndicationFeed, SyndicationItem, and SyndicationFeedFormatter classes.
Fields
Atom10 |
Represents support for the Atom 1.0 specification. |
Rss20 |
Represents support for the RSS 2.0 specification. |