// 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.
The previous version of this package contained a workaround for a bug affecting mobile view caching in ASP.NET MVC 4. As of ASP.NET MVC 5 this workaround is no longer needed. This package can be safely removed without affecting your application.