Top "Asp.net-mvc-apiexplorer" questions

ASP.

ASP.NET Web API Generate all parameters from model - help pages

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-apiexplorer
ASP.Net Web Api - ApiExplorer does not contain any ApiDescriptions

I 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-apiexplorer
Web Api - Auto generating request samples using ApiExplorer

Is 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