RssTextInput.

Link Property

Summary

Gets and sets the text input request url.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssTextInput

Syntax

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

Remarks

Required even if empty.

Attributes

Type Description
XmlElementAttribute

Value

Type Description
string
GitHub