Microsoft.AspNetCore.Routing
                              
                            
                                1.0.0-rc2-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 1.0.0-rc2-final
NuGet\Install-Package Microsoft.AspNetCore.Routing -Version 1.0.0-rc2-final
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.0.0-rc2-final" />
<PackageVersion Include="Microsoft.AspNetCore.Routing" Version="1.0.0-rc2-final" />
<PackageReference Include="Microsoft.AspNetCore.Routing" />
paket add Microsoft.AspNetCore.Routing --version 1.0.0-rc2-final
#r "nuget: Microsoft.AspNetCore.Routing, 1.0.0-rc2-final"
#:package Microsoft.AspNetCore.Routing@1.0.0-rc2-final
#addin nuget:?package=Microsoft.AspNetCore.Routing&version=1.0.0-rc2-final&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Routing&version=1.0.0-rc2-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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. | 
| .NET Framework | net451 is compatible. net452 was computed. net46 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. | 
| Universal Windows Platform | uap was computed. uap10.0 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
- 
                                                    .NETFramework 4.5.1- Microsoft.AspNetCore.Http.Extensions (>= 1.0.0-rc2-final)
- Microsoft.AspNetCore.Routing.Abstractions (>= 1.0.0-rc2-final)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0-rc2-final)
- Microsoft.Extensions.ObjectPool (>= 1.0.0-rc2-final)
- Microsoft.Extensions.Options (>= 1.0.0-rc2-final)
 
- 
                                                    .NETStandard 1.3- Microsoft.AspNetCore.Http.Extensions (>= 1.0.0-rc2-final)
- Microsoft.AspNetCore.Routing.Abstractions (>= 1.0.0-rc2-final)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0-rc2-final)
- Microsoft.Extensions.ObjectPool (>= 1.0.0-rc2-final)
- Microsoft.Extensions.Options (>= 1.0.0-rc2-final)
- System.Collections (>= 4.0.11-rc2-24027)
- System.Text.RegularExpressions (>= 4.0.12-rc2-24027)
 
NuGet packages (329)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Routing:
| Package | Downloads | 
|---|---|
| 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 | |
| Microsoft.Azure.WebJobs.Extensions.Http This package adds binding extensions for Http. | |
| Microsoft.AspNetCore Microsoft.AspNetCore | |
| Microsoft.AspNetCore.Http.Connections Components for providing real-time bi-directional communication across the Web. | |
| Microsoft.AspNetCore.App Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. | 
GitHub repositories (52)
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
                                                         | |
| 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 
                                                         | |
| 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.
                                                         | |
| aspnet/Security 
                                                            [Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
                                                         | |
| UiPath/CoreWF 
                                                            WF runtime ported to work on .NET 6
                                                         | |
| CodeMazeBlog/CodeMazeGuides 
                                                            The main repository for all the Code Maze guides
                                                         | |
| security-code-scan/security-code-scan 
                                                            Vulnerability Patterns Detector for C# and VB.NET
                                                         | |
| 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.
                                                         | |
| cmu-sei/GHOSTS 
                                                            GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
                                                         | |
| 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
                                                         | |
| magicdict/MongoCola 
                                                            A MongoDB Administration Tool 
                                                         | 
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.3.0 | 19,069,497 | 1/14/2025 | |
| 2.2.2 | 107,368,972 | 2/12/2019 | |
| 2.2.0 | 411,097,892 | 12/3/2018 | |
| 2.2.0-preview3-35497 | 152,399 | 10/17/2018 | |
| 2.2.0-preview2-35157 | 80,453 | 9/12/2018 | |
| 2.2.0-preview1-35029 | 52,690 | 8/22/2018 | |
| 2.1.1 | 98,209,011 | 6/18/2018 | |
| 2.1.0 | 124,525,678 | 5/29/2018 | |
| 2.1.0-rc1-final | 206,800 | 5/6/2018 | |
| 2.1.0-preview2-final | 397,517 | 4/10/2018 | |
| 2.1.0-preview1-final | 271,509 | 2/26/2018 | |
| 2.0.3 | 9,221,185 | 5/7/2018 | |
| 2.0.2 | 10,083,764 | 3/13/2018 | |
| 2.0.1 | 23,542,068 | 11/14/2017 | |
| 2.0.0 | 93,167,018 | 8/11/2017 | |
| 2.0.0-preview2-final | 138,861 | 6/28/2017 | |
| 2.0.0-preview1-final | 53,210 | 5/10/2017 | |
| 1.1.2 | 7,875,995 | 5/9/2017 | |
| 1.1.1 | 5,018,943 | 3/6/2017 | |
| 1.1.0 | 5,014,801 | 11/16/2016 | |
| 1.1.0-preview1-final | 43,788 | 10/24/2016 | |
| 1.0.5 | 3,684,002 | 11/14/2017 | |
| 1.0.4 | 31,710,407 | 5/9/2017 | |
| 1.0.3 | 17,737,597 | 3/6/2017 | |
| 1.0.2 | 730,519 | 12/12/2016 | |
| 1.0.1 | 513,776 | 9/13/2016 | |
| 1.0.0 | 13,183,354 | 6/27/2016 | |
| 1.0.0-rc2-final | 263,877 | 5/16/2016 |