AtomEntry.

Content Property

Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Atom
Containing Type
AtomEntry

Syntax

[DefaultValue(null)]
[XmlElement("content")]
public AtomContent Content { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
AtomContent
GitHub