How to setup Swagger UI for ASP.Net Web API
Setup Swagger UI for ASP.NET Web API with Swashbuckle Swashbuckle is an open source project for generating Swagger documents for Web APIs . Swagger is an advance technique to represent RESTfull Web API. Swagger is working with an Application. You can configure Swagger inside your Application. Its very easy to use and integrate inside your API's Basic features to get going with Swashbuckle are Install Swashbuckle Overview of configuration code How to use API Keys Install Swashbuckle Swashbuckle is an open source repository built for both asp.net and asp.net core GitHub Repos: Swashbuckle - https://github.com/domaindrivendev/Swashbuckle Swashbuckle.AspNetCore - https://github.com/domaindrivendev/Swashbuckle.AspNetCore NuGet Repos: Swashbuckle - https://www.nuget.org/packages/Swashbuckle Swashbuckle.AspNetCore - https://www.nuget.org/packages/Swashbuckle.AspNetCore Don’t worry about downloading the github repo above, it is here just for your reference so you can take a look at th