// Install Microsoft.AspNet.Mvc as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.Mvc&version=5.3.0
// Install Microsoft.AspNet.Mvc as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.Mvc&version=5.3.0                

The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site. Visitors to your help page can use this content to learn how to call your web APIs. Everything generated by the help page is fully customizable using ASP.NET MVC and Razor. ASP.NET Web API Help Page is a great addition to any ASP.NET Web API project.