SyndicationFeed.Links Property

Definition

Gets the links associated with the feed. This property represents a collection of the atom:link elements under atom:feed. In RSS 2.0, this maps to the link element.

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

Property Value

A collection of the atom:link elements under atom:feed. In RSS 2.0 this maps to the link element.

Applies to