SyndicationItem.Links Property

Definition

Gets the links contained in the item.

public:
 property IVector<SyndicationLink ^> ^ Links { IVector<SyndicationLink ^> ^ get(); };
IVector<SyndicationLink> Links();
public IList<SyndicationLink> Links { get; }
var iVector = syndicationItem.links;
Public ReadOnly Property Links As IList(Of SyndicationLink)

Property Value

The collection of all the atom:link elements under atom:entry.

Remarks

This property represents the collection of all the atom:link elements under atom:entry. For RSS 2.0, this collection includes link, enclosure, and comments elements.

Applies to