Microsoft.AspNetCore.Routing
2.1.0-preview1-final
Prefix Reserved
This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Routing --version 2.1.0-preview1-final
NuGet\Install-Package Microsoft.AspNetCore.Routing -Version 2.1.0-preview1-final
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.1.0-preview1-final" />
<PackageVersion Include="Microsoft.AspNetCore.Routing" Version="2.1.0-preview1-final" />
<PackageReference Include="Microsoft.AspNetCore.Routing" />
paket add Microsoft.AspNetCore.Routing --version 2.1.0-preview1-final
#r "nuget: Microsoft.AspNetCore.Routing, 2.1.0-preview1-final"
#addin nuget:?package=Microsoft.AspNetCore.Routing&version=2.1.0-preview1-final&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Routing&version=2.1.0-preview1-final&prerelease
ASP.NET Core middleware for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.Route
Microsoft.AspNetCore.Routing.RouteCollection
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Extensions (>= 2.1.0-preview1-final)
- Microsoft.AspNetCore.Routing.Abstractions (>= 2.1.0-preview1-final)
- Microsoft.Extensions.Logging.Abstractions (>= 2.1.0-preview1-final)
- Microsoft.Extensions.ObjectPool (>= 2.1.0-preview1-final)
- Microsoft.Extensions.Options (>= 2.1.0-preview1-final)
NuGet packages (305)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Routing:
Package | Downloads |
---|---|
Swashbuckle.AspNetCore.Swagger
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core |
|
Microsoft.AspNetCore.Mvc.Core
ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more. Commonly used types: Microsoft.AspNetCore.Mvc.AreaAttribute Microsoft.AspNetCore.Mvc.BindAttribute Microsoft.AspNetCore.Mvc.ControllerBase Microsoft.AspNetCore.Mvc.FromBodyAttribute Microsoft.AspNetCore.Mvc.FromFormAttribute Microsoft.AspNetCore.Mvc.RequireHttpsAttribute Microsoft.AspNetCore.Mvc.RouteAttribute |
|
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application |
|
Microsoft.AspNetCore
Microsoft.AspNetCore |
|
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http. |
GitHub repositories (53)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Routing:
Repository | Stars |
---|---|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
|
|
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
|
|
AppMetrics/AppMetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
|
|
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
|
|
arch/UnitOfWork
A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported.
|
|
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
|
|
aspnet/Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
|
|
Yu-Core/SwashbucklerDiary
侠客日记是一个开源、跨平台的本地日记app,使用Blazor开发,支持Android,Windows,macOS,Web,Linux。"SwashbucklerDiary" is an open source cross-platform local diary app using Blazor , support Android,Windows,macOS,Web,Linux.
|
|
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
|
|
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
|
|
fuluteam/fulusso
基于react+asp.net core开发的单点登录系统
|
|
ElderJames/shriek-fx
An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.
|
|
JacekKosciesza/StarWars
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
|
|
Xabaril/BeatPulse
Liveness, health check library for ASP.NET Core Applications
|
|
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
|
|
magicdict/MongoCola
A MongoDB Administration Tool
|
Version | Downloads | Last updated | |
---|---|---|---|
2.3.0 | 2,497,701 | 1/14/2025 | |
2.2.2 | 85,520,687 | 2/12/2019 | |
2.2.0 | 357,559,616 | 12/3/2018 | |
2.2.0-preview3-35497 | 150,254 | 10/17/2018 | |
2.2.0-preview2-35157 | 77,968 | 9/12/2018 | |
2.2.0-preview1-35029 | 51,394 | 8/22/2018 | |
2.1.1 | 89,612,327 | 6/18/2018 | |
2.1.0 | 119,116,757 | 5/29/2018 | |
2.1.0-rc1-final | 198,601 | 5/6/2018 | |
2.1.0-preview2-final | 369,796 | 4/10/2018 | |
2.1.0-preview1-final | 262,680 | 2/26/2018 | |
2.0.3 | 8,844,565 | 5/7/2018 | |
2.0.2 | 9,578,261 | 3/13/2018 | |
2.0.1 | 22,303,842 | 11/14/2017 | |
2.0.0 | 90,274,692 | 8/11/2017 | |
2.0.0-preview2-final | 134,942 | 6/28/2017 | |
2.0.0-preview1-final | 52,008 | 5/10/2017 | |
1.1.2 | 7,409,479 | 5/9/2017 | |
1.1.1 | 4,833,436 | 3/6/2017 | |
1.1.0 | 4,701,816 | 11/16/2016 | |
1.1.0-preview1-final | 42,629 | 10/24/2016 | |
1.0.5 | 3,366,008 | 11/14/2017 | |
1.0.4 | 30,816,428 | 5/9/2017 | |
1.0.3 | 17,308,206 | 3/6/2017 | |
1.0.2 | 682,314 | 12/12/2016 | |
1.0.1 | 462,527 | 9/13/2016 | |
1.0.0 | 12,450,858 | 6/27/2016 | |
1.0.0-rc2-final | 243,569 | 5/16/2016 |