RssItem.

Link Property

Summary

Gets and sets the url of the item.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssItem

Syntax

[DefaultValue(null)]
[XmlElement("link")]
public string Link { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
string
GitHub