SyndicationTextContentKind Enumeration
.NET Framework (current version)
Enumeration used to identify text content of syndication item.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
| Member name | Description | |
|---|---|---|
| Html | HTML content. | |
| Plaintext | Plain text content. | |
| Xhtml | XHTML content. |
When you specify a value of Xhtml for the TargetTextContentKind attribute, you must ensure that the property value contains properly formatted XML. The data service returns the value without performing any transformations. You must also ensure that any XML element prefixes in the returned XML have a namespace URI and prefix defined in the mapped feed.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: