SyndicationVersions Klasse

Definition

Eine Klasse, die die von Windows Communication Foundation (WCF) unterstützten Syndication-Versionen darstellt.

public ref class SyndicationVersions abstract sealed
public static class SyndicationVersions
type SyndicationVersions = class
Public Class SyndicationVersions
Vererbung
SyndicationVersions

Hinweise

Diese Klasse stellt die Syndizierungsversionen dar, die WCF standardmäßig unterstützt. Sie können Unterstützung für zusätzliche Syndication-Versionen hinzufügen, indem Sie die eigenen Klassen SyndicationFeed, SyndicationItem und SyndicationFeedFormatter hinzufügen.

Felder

Atom10

Stellt Unterstützung für die Atom 1.0-Spezifikation dar.

Rss20

Stellt Unterstützung für die RSS 2.0-Spezifikation dar.

Gilt für: