Most voted "xdocument" questions
2 questions
Sort by count of
-
2
votes1
answer397
viewsXml Treatment with ASPNET MVC Core?
I’m working on uploading Xml using the ASPNET MVC Core, I get in the controller the file this way: public async Task<IActionResult> Upload(IFormFile param) { } but I need to check it before I…
-
0
votes1
answer79
viewsThis operation would create an incorrectly structured document. Xdocument
I’m trying to create an XML, but I’m not getting it. I want it to have this format: <item> <linktext></linktext> <etc..></etc...> </item> I can add one item, but…