AtomText.

XhtmlValue Property

Summary

Gets and sets the Value using XmlNodes. For serialization purposes only, use the Value property instead.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Atom
Containing Type
AtomText

Syntax

[DefaultValue(null)]
[XmlAnyElement(Namespace = "http://www.w3.org/1999/xhtml")]
public XmlNode XhtmlValue { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlAnyElementAttribute

Value

Type Description
XmlNode
GitHub