Last Updated: February 25, 2016
·
1.464K
· blaiseliu

Web API 2 Help Page

Wondering where the WebAPI Help Page comes from?

Default WebAPI Help Page

The package to automatically create the WebAPI documentation page is:

Microsoft.AspNet.WebApi.HelpPage

The NuGet page is here.

To install it,

PM> Install-Package Microsoft.AspNet.WebApi.HelpPage

There will be no assembly reference areated, bnd a new area named "HelpPage" will be generated instead.

HelpPage code

This package will crawl through the project and record all api controllers. The documentation will be included if available also.