7 references to EnclosureTag
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
346
else if (reader.IsStartElement(Rss20Constants.
EnclosureTag
, Rss20Constants.Rss20Namespace))
477
RelationshipType = Rss20Constants.
EnclosureTag
498
link.Uri = UriFromString(val, UriKind.RelativeOrAbsolute, Rss20Constants.
EnclosureTag
, Rss20Constants.Rss20Namespace, reader);
517
reader.ReadStartElement(Rss20Constants.
EnclosureTag
, Rss20Constants.Rss20Namespace);
1084
if (item.Links[i].RelationshipType == Rss20Constants.
EnclosureTag
)
1141
writer.WriteStartElement(Rss20Constants.
EnclosureTag
, Rss20Constants.Rss20Namespace);
System\ServiceModel\Syndication\SyndicationLink.cs (1)
91
return new SyndicationLink(uri, Rss20Constants.
EnclosureTag
, null, mediaType, length);