This documentation is archived and is not being maintained.
SyndicationLink Class
Visual Studio 2008
Represents a link within a syndication feed or item.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
SyndicationLink can be added to a SyndicationFeed or SyndicationItem. When serialized to Atom 1.0 a SyndicationLink is written out as a <link> element, with the SyndicationLink properties written out as attributes of the <link> element. When serialized to RSS 2.0, the first SyndicationLink is written out as a <link> element. Any additional links are written out as a <a10:link> elements.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: