SyndicationVersions Class

Definition

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.

Applies to