1bberto / WebApiXmlJson

Working with xml and json serialization in a web api made in .net core 2.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebApiXmlJson

Working with xml and json serialization in a web api made in .net core 2.1

to get xml content response you just to add the header Content as application/xml
to get json content response you just to add the header Content as application/json

SIMPLE AS THAT

About

Working with xml and json serialization in a web api made in .net core 2.1


Languages

Language:C# 100.0%