Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.19 KB

syndicationgenerator.md

File metadata and controls

27 lines (20 loc) · 1.19 KB
-api-id -api-type
T:Windows.Web.Syndication.SyndicationGenerator
winrt class

Windows.Web.Syndication.SyndicationGenerator

-description

Describes the agent or the tool used to generate the feed. This class encapsulates information in the /rss/channel/generator element in RSS 2.0 or the /atom:feed/atom:generator element in Atom 1.0.

-remarks

The following table maps SyndicationGenerator properties to RSS and Atom feed elements.

SyndicationGenerator RSS Atom
Text (node value) (node value)
Uri uri (attribute)
Version version (attribute)

-examples

-see-also

Quickstart: Accessing a web feed, Syndication sample