3 references to Plaintext
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
558
Atom10Constants.PlaintextType => TextSyndicationContentKind.
Plaintext
,
System\ServiceModel\Syndication\TextSyndicationContent.cs (2)
14
public TextSyndicationContent(string text) : this(text, TextSyndicationContentKind.
Plaintext
)
20
if (textKind < TextSyndicationContentKind.
Plaintext
|| textKind > TextSyndicationContentKind.XHtml)