AtomBase.

Authors Property

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

Syntax

[XmlElement("author")]
public List<AtomPerson> Authors { get; }

Attributes

Type Description
XmlElementAttribute

Value

Type Description
List<AtomPerson>
GitHub