Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.59 KB

syndicationlink.md

File metadata and controls

30 lines (23 loc) · 1.59 KB
-api-id -api-type
T:Windows.Web.Syndication.SyndicationLink
winrt class

Windows.Web.Syndication.SyndicationLink

-description

Represents a link within a syndication feed or item. This class encapsulates information in the /rss/channel/link or /rss/channel/item/link element in RSS 2.0 or the atom:link element in Atom 1.0.

-remarks

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

SyndicationLink RSS Atom
Length length (attribute)
MediaType type (attribute)
Relationship rel (attribute)
Title title (attribute)
Uri (node value) href (attribute)
ResourceLanguage hreflang (attribute)

-examples

-see-also

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