SyndicationLink.AttributeExtensions Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the attribute extensions of the link.
Namespace: System.ServiceModel.Syndication
Assembly: System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)
Syntax
'Declaration
Public ReadOnly Property AttributeExtensions As Dictionary(Of XmlQualifiedName, String)
public Dictionary<XmlQualifiedName, string> AttributeExtensions { get; }
Property Value
Type: System.Collections.Generic.Dictionary<XmlQualifiedName, String>
A dictionary that contains a collection of attribute extensions.
Remarks
AttributeExtensions allows you to add custom attributes to the SyndicationLink. When serialized to Atom 1.0, the custom attributes appear within the <link> element. When serialized to RSS 2.0, the custom attributes appear in the <a10:link> element. Any valid XML attribute can be added.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.