简体   繁体   中英

ASP.NET help page for ASP.NET Core Web API

I'm new to C# and I just wanted to know if there is a way to integrate ASP.NET help page for my ASP.NET Core Web API.

I saw many tutorials where they have said that upon installing the Microsoft.AspNet.WebApi.HelpPage Nuget package, it'll automatically create an Area folder with a HelpPage folder, but upon installing that package the folder isn't created.

I'm using Visual Studio 2019 Community Edition and the ASP.NET Core Web API project template where I already have a project running CRUD operations with Swagger Implementation but I wanted the documentation similar to ASP.NET HelpPage.

If anyone knows how to do this please do let me know. Thank you in advance.

您可以使用SwashBuckleNSwag在 ASP Core 项目中生成 API 文档

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM