ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.
Info
| Version: | 2.3.0 |
| Author(s): | Microsoft |
| Last Update: | Tuesday, January 14, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://asp.net/ |
| NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.ApiExplorer |
Install
Install-Package Microsoft.AspNetCore.Mvc.ApiExplorer
dotnet add package Microsoft.AspNetCore.Mvc.ApiExplorer
paket add Microsoft.AspNetCore.Mvc.ApiExplorer
Microsoft.AspNetCore.Mvc.ApiExplorer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.0)
Tags