ASP.
I'm busy creating a Web API (Inside a asp mvc4 application). I am using the library suggested on the asp.…
c# asp.net-mvc asp.net-mvc-4 asp.net-web-api asp.net-mvc-apiexplorerI am trying to implement an Options method in a controller of my web service that will return a message …
c# asp.net asp.net-mvc asp.net-web-api asp.net-mvc-apiexplorerIs there a way to make ApiExplorer auto generate request samples? I tried using: config.SetActualResponseType(typeof(SomeType), "ControllerName", "Post"); …
asp.net-web-api asp.net-web-api-helppages asp.net-mvc-apiexplorer