News

Learn how to build a custom output ... text/xml format. services.AddMvc(options => { options.OutputFormatters.Add(new XmlSerializerOutputFormatter()); }); If you would like to use XML as both ...