I've just run into what I'd consider a slightly odd bit of behaviour when writing a C# ASP.NET Core WebAPI controller....Consider the following controller method, which accepts a JSON body and produces an XML output (for reasons I won't go into):...[Produ...