Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.47 KB

syndicationcontent.md

File metadata and controls

28 lines (21 loc) · 1.47 KB
-api-id -api-type
T:Windows.Web.Syndication.SyndicationContent
winrt class

Windows.Web.Syndication.SyndicationContent

-description

Represents feed content including Text, HTML, XHTML, URL, and XML. This object encapsulates the atom:content element in Atom 1.0 and can contain a link to external content.

-remarks

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

SyndicationContent RSS Atom
SourceUri src (attribute)
Text (node value) (node value)
Type type (attribute)
Xml (xhtml node value)

-examples

-see-also

Quickstart: Accessing a web feed, Syndication sample, AtomPub sample