SyndicationTextContentKind Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration used to identify text content of syndication item.
public enum class SyndicationTextContentKind
public enum SyndicationTextContentKind
type SyndicationTextContentKind =
Public Enum SyndicationTextContentKind
- Inheritance
Name | Value | Description |
---|---|---|
Plaintext | 0 | Plain text content. |
Html | 1 | HTML content. |
Xhtml | 2 | 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.
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: