DalSoft.WebApi.HelpPage
0.0.7
Owin Middleware to generate WebApi help pages without dependencies on MVC or System.Web. Great for self hosted WebApi. Razor is used for the documentation templates to make it easy to customize. Based on Yao's example http://goo.gl/0YMkKq
Install-Package DalSoft.WebApi.HelpPage -Version 0.0.7
dotnet add package DalSoft.WebApi.HelpPage --version 0.0.7
<PackageReference Include="DalSoft.WebApi.HelpPage" Version="0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DalSoft.WebApi.HelpPage --version 0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
First release be gentle.
Dependencies
-
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.Owin (>= 3.0.1)
- RazorEngine (>= 3.7.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.