RssEnclosure.

Type Property

Summary

Gets and sets the MIME type for the resource.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssEnclosure

Syntax

[DefaultValue(null)]
[XmlAttribute("type")]
public string Type { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlAttributeAttribute

Value

Type Description
string
GitHub