RssChannelBase.

Categories Property

Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssChannelBase

Syntax

[XmlElement("category")]
public List<RssCategory> Categories { get; }

Attributes

Type Description
XmlElementAttribute

Value

Type Description
List<RssCategory>
GitHub