RssImage.

Url Property

Summary

Gets and sets the url to which the image is linked.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssImage

Syntax

[DefaultValue(null)]
[XmlElement("url")]
public string Url { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
string
GitHub