Relative Content

Tag Archive for c#swagger

C# Swagger HttpPost raw urlencoded body

I am building an API in C#.Net using Controllers and utilising Swagger but I have the need for accepting an arbitrary set of key-values and cant find out how to get swagger to show an input box (and if possible, for the HttpPost method to split the body into an IFormCollection).