RdfChannel.

Image Property

Summary

Gets and sets an RDF association between the optional image element and this particular RSS channel.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rdf
Containing Type
RdfChannel

Syntax

[DefaultValue(null)]
[XmlElement("image", Namespace = RdfFeedBase.NamespaceRss10)]
public RdfResource Image { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
RdfResource
GitHub