RssSource.

Url Property

Summary

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

Syntax

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

Attributes

Type Description
DefaultValueAttribute
XmlAttributeAttribute

Value

Type Description
string
GitHub