How do I map XML to C# objects

前端 未结 9 1880
旧巷少年郎
旧巷少年郎 2020-11-27 13:37

I have an XML that I want to load to objects, manipulate those objects (set values, read values) and then save those XMLs back. It is important for me to have the XML in the

9条回答
  •  感情败类
    2020-11-27 13:49

    LINQ to XML is very powerful if you're using .net 3.5, LINQ to XSD may be useful to you too!

提交回复
热议问题