RssItem.

Comments Property

Summary

Gets and sets a URL to the comments about the item.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssItem

Syntax

[DefaultValue(null)]
[XmlElement("comments")]
public string Comments { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
string
GitHub