Is there a way to create a dynamic page that shows the available api methods of a c# MVC4 web api? I’m looking for something similar to the way the old soap .asmx page works.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the ASP.NET Web API help page – http://blogs.msdn.com/b/yaohuang1/archive/2012/08/15/introducing-the-asp-net-web-api-help-page-preview.aspx
The Nuget package is here – http://nuget.org/packages/Microsoft.AspNet.WebApi.HelpPage