Browsing index pages (2 articles)
↧
Read ReadElementExtensions from RSS ATOM
I have the following code and I cannot deserialize a RSS ATOM feed to a class. The "team" node cannot be read and the rest of the properties don't seem to be getting filled. When I comment out the...
View ArticleAnswer by RobJacobson for Read ReadElementExtensions from RSS ATOM
I had similar problems with using the ReadElementExtension method and with reading custom attributes. I solved this by using XElement as the return type.Here's how I handled it (using C# 6.0...
View Article
Browsing index pages (2 articles)