7 references to EnclosureTag
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
373
else if (reader.IsStartElement(Rss20Constants.
EnclosureTag
, Rss20Constants.Rss20Namespace))
504
RelationshipType = Rss20Constants.
EnclosureTag
525
link.Uri = UriFromString(val, UriKind.RelativeOrAbsolute, Rss20Constants.
EnclosureTag
, Rss20Constants.Rss20Namespace, reader);
544
reader.ReadStartElement(Rss20Constants.
EnclosureTag
, Rss20Constants.Rss20Namespace);
1111
if (item.Links[i].RelationshipType == Rss20Constants.
EnclosureTag
)
1168
writer.WriteStartElement(Rss20Constants.
EnclosureTag
, Rss20Constants.Rss20Namespace);
System\ServiceModel\Syndication\SyndicationLink.cs (1)
94
return new SyndicationLink(uri, Rss20Constants.
EnclosureTag
, null, mediaType, length);