ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of API-versioned controllers and actions, and their URLs and allowed HTTP methods.
Info
Version: | 5.1.0 |
Author(s): | Microsoft |
Last Update: | Tuesday, May 23, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/dotnet/aspnet-api-versioning/wiki |
NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer |
Install
Install-Package Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer
dotnet add package Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer
paket add Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer
Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Versioning(>= 4.2.0)
Tags