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. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET