I have an old web API that build directly XML as XElement. I want to switch to ASP.NET core 6 web api but I want to return the same XML as before. So I don't need serialisation I want to return directly my XElement What must I do ?
Jean
I have an old web API that build directly XML as XElement. I want to switch to ASP.NET core 6 web api but I want to return the same XML as before. So I don't need serialisation I want to return directly my XElement What must I do ?
Jean