Top 20 NuGet routing Packages

This library adds localization support for the convention-based ASP.NET MVC routing system. It is a lightweight and transparent extension for the framework's built-in routing mechanism by translating routes into multiple URLs in different languages, and vice versa.
Model (class) based navigation and routing for ASP.NET MVC.
Nested routing for Asp.Net Core.
An Asp.Net Core MVC extension to complement the Application Part feature with a Module Routing base.
It prevents web sites from having duplicate/multiple URLs in the search engines like Google, Bing, Yahoo, etc. It can check for appending/removing TrailingSlashes, WWW, and LowerCase URLs. If the URL is not a correct URL, It changes the URL and redirects (301 Moved Permanently) the request to the co...
A XML serialization support for the Message.Router library.
A NetMQ support for the Message.Router library.
A JSON serialization support for the Message.Router library.
Library for handling API-versioning in ASP.NET-routes
AspNet.Mvc.TypedRouting is a class library allowing typed expression based route registration and link generation for ASP.NET Core MVC. See the project repository for more information and available features.
A general purpose middleware
Adapter library and implementations for finding the shortest paths between two locations. This is useful for travel routing when you want to minimize the total time or total distance.
Add Component.As.Service to your AspNetCore app in the usual way and behold as your application component is exposed to the world at `http://localhost:5000/MyApplicationComponent/MethodName?parameterA=a&parameterB=B` ``` public class Startup { public void ConfigureServices(IServiceCollection ser...
Add RouteDebuggingLogger to your AspNetCore app and behold in relieve as it explains to your Logger what routes AspNetCore.Mvc has identified. ``` public void Configure(IApplicationBuilder app, IHostingEnvironment env) { if (env.IsDevelopment()) { app .UseDeveloperExcepti...
Extension methods for Dependency Injection in UseRouter.
Package Description
Package Description
Package Description
Package Description
Routing middleware for ASP.NET Core that allows dynamic route insertion and deletion at any time.