コード例 #1
0
 public string ToXml(AtomEntry entry)
 {
     return(entry
            .ToXmlString(
                this.serializer,
                new XmlWriterSettings {
         OmitXmlDeclaration = true
     })
            .Replace("xmlns=\"http://www.w3.org/2005/Atom\"", ""));
 }