RdfBase.

Link Property

Summary

Gets and sets the URL to which an HTML rendering of the channel title will link, commonly the parent site's home or news page.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rdf
Containing Type
RdfBase

Syntax

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

Remarks

Suggested maximum length is 500 characters.

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
string
GitHub