Asp.NET Web API Displays all controller routes

Is there a way to display all the available services that the application provides through Web Api actions? For example, when the user goes to http: // someurl / api / , he will receive a list of all available services, their descriptions and the required parameters? I remember that I saw this once, but I can not find any documentation for it /

+4
source share
2 answers

Refer to the following URL

http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/creating-api-help-pages

You can also customize the help page to suit your requirements.

+3

! ASP.NET Web API " " . . enter image description here

+5

All Articles