RssEnclosure.

Url Property

Summary

Gets and sets the URL where the enclosure is located.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssEnclosure

Syntax

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

Attributes

Type Description
DefaultValueAttribute
XmlAttributeAttribute

Value

Type Description
string
GitHub