3 overrides of Type
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\TextSyndicationContent.cs (1)
38
public override string
Type
=>
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
32
public override string
Type
=> _mediaType;
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
89
public override string
Type
=> _type;
1 reference to Type
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationContent.cs (1)
83
writer.WriteAttributeString(Atom10Constants.TypeTag, string.Empty,
Type
);