RssChannelBase.

Image Property

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

Syntax

[DefaultValue(null)]
[XmlElement("image")]
public RssImage Image { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
RssImage
GitHub