SyndicationLink Methods
The SyndicationLink type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Creates a copy of the current SyndicationLink instance. |
|
CreateAlternateLink(Uri) | Creates a new SyndicationLink object with the specified Uri. |
|
CreateAlternateLink(Uri, String) | Creates a new SyndicationLink object with the specified Uri and media type. |
|
CreateMediaEnclosureLink | Creates a media enclosure link with the specified URI, media type, and length. |
|
CreateSelfLink(Uri) | Creates a new SyndicationLink with the specified URI and relationship type set to self. |
|
CreateSelfLink(Uri, String) | Creates a new SyndicationLink with the specified URI, media type, and relationship type set to self. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetAbsoluteUri | Gets the absolute URI for the SyndicationLink. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TryParseAttribute | Attempts to parse an attribute extension. |
|
TryParseElement | Attempts to parse an element extension. |
|
WriteAttributeExtensions | Writes the attribute extensions to the specified XmlWriter using the specified syndication version. |
|
WriteElementExtensions | Writes the element extensions to the specified XmlWriter using the specified syndication version. |