webapicontrib - Microsoft.AspNet.WebApi.HelpPage 5.2.3
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.
PM> Install-Package Microsoft.AspNet.WebApi.HelpPage -Version 5.2.3 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> nuget.exe install Microsoft.AspNet.WebApi.HelpPage -Version 5.2.3 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> dotnet add package Microsoft.AspNet.WebApi.HelpPage --version 5.2.3 --source https://www.myget.org/F/webapicontrib/api/v3/index.json
source https://www.myget.org/F/webapicontrib/api/v3/index.json
nuget Microsoft.AspNet.WebApi.HelpPage ~> 5.2.3
Copy to clipboard
> choco install Microsoft.AspNet.WebApi.HelpPage --version 5.2.3 --source https://www.myget.org/F/webapicontrib/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "webapicontrib" -SourceLocation "https://www.myget.org/F/webapicontrib/api/v2"
Install-Module -Name "Microsoft.AspNet.WebApi.HelpPage" -RequiredVersion "5.2.3" -Repository "webapicontrib"
Copy to clipboard
Please visit http://go.microsoft.com/fwlink/?LinkID=403010 to view the release notes.
OwnersChris Missal |
AuthorsMicrosoft |
Project URLhttp://www.asp.net/web-api |
LicenseApache-2.0 |
TagsMicrosoft AspNet WebApi AspNetWebApi HelpPage |
Info55 total downloads |
| 31 downloads for version 5.2.3 |
| Download (45.61 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
5.2.3 | 45.61 KB | Wed, 28 Oct 2015 04:53:26 GMT | 31 |
|
||
|
|
5.1.1 | 45.32 KB | Wed, 28 Oct 2015 04:02:27 GMT | 24 |
|