AtomBase.

Title Property

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

Syntax

[XmlElement("title")]
public AtomText Title { get; set; }

Remarks

Required even if empty.

Attributes

Type Description
XmlElementAttribute

Value

Type Description
AtomText
GitHub