SyndicationContent Class
A base class that represents syndication content.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Syndication::SyndicationContent
System.ServiceModel.Syndication::TextSyndicationContent
System.ServiceModel.Syndication::UrlSyndicationContent
System.ServiceModel.Syndication::XmlSyndicationContent
| Name | Description | |
|---|---|---|
![]() | SyndicationContent() | Initializes a new instance of the SyndicationContent class. |
![]() | SyndicationContent(SyndicationContent^) | Initializes a new instance of the SyndicationContent class with the specified SyndicationContent instance. |
| Name | Description | |
|---|---|---|
![]() | AttributeExtensions | Gets the attribute extensions for this content. |
![]() | Type | Gets the syndication content type. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of the SyndicationContent instance. |
![]() ![]() | CreateHtmlContent(String^) | Creates a new TextSyndicationContent instance with the specified HTML content. |
![]() ![]() | CreatePlaintextContent(String^) | Creates a new TextSyndicationContent instance with the specified plain text content. |
![]() ![]() | CreateUrlContent(Uri^, String^) | Creates a new UrlSyndicationContent instance with the specified Uri and media type. |
![]() ![]() | CreateXhtmlContent(String^) | Creates a new TextSyndicationContent instance with the specified XHTML content. |
![]() ![]() | CreateXmlContent(Object^) | Creates a new XmlSyndicationContent instance with the specified data contract object. |
![]() ![]() | CreateXmlContent(Object^, XmlObjectSerializer^) | Creates a new XmlSyndicationContent instance with the specified data contract object and data contract serializer. |
![]() ![]() | CreateXmlContent(Object^, XmlSerializer^) | Creates a new XmlSyndicationContent instance with the specified object and XML serializer. |
![]() ![]() | CreateXmlContent(XmlReader^) | Creates XML syndication content. |
![]() | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteContentsTo(XmlWriter^) | Writes the contents of this SyndicationContent object to the specified XmlWriter. |
![]() | WriteTo(XmlWriter^, String^, String^) | Writes the contents of this object to the specified XmlWriter within the specified element and element namespace. |
This is an abstract class and cannot be instantiated directly. It is used as the base class for the following syndication content types:
Available since 3.5
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



