Questions tagged as 'xdocument'

1
answer

Xml handling with ASPNET MVC Core?

I'm working with Xml upload using ASPNET MVC Core , I get in controller the file this way: public async Task<IActionResult> Upload(IFormFile param) { } But I need to check it out before finishing the code and uploa...
asked by 20.07.2017 / 22:41
1
answer

This operation would create an incorrectly structured document. XDocument

I'm trying to create an XML, but I can not. I want it to have this format: <item> <linktext></linktext> <etc..></etc...> </item> I can add an item, but when I go through the loop again, it g...
asked by 21.03.2017 / 14:21