Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haacked/routemagic
Utility Library to get the most out of ASP.NET Routing.
https://github.com/haacked/routemagic
asp asp-net-mvc aspnetmvc routing
Last synced: 14 days ago
JSON representation
Utility Library to get the most out of ASP.NET Routing.
- Host: GitHub
- URL: https://github.com/haacked/routemagic
- Owner: haacked
- License: mit
- Created: 2011-12-11T06:51:27.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2020-06-10T17:15:29.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:41:19.793Z (3 months ago)
- Topics: asp, asp-net-mvc, aspnetmvc, routing
- Language: C#
- Homepage:
- Size: 8.14 MB
- Stars: 186
- Watchers: 24
- Forks: 46
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RouteMagic
A library of useful extensions to ASP.NET Routing.## Installation
Use NuGet to install RouteMagic or RouteMagic.Mvc.Install-Package RouteMagic.Mvc
For more information, read the [introduction blog post](http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx).
* Also read this blog post on the [Redirect Routes](http://haacked.com/archive/2011/02/02/redirecting-routes-to-maintain-persistent-urls.aspx).
* And this blog post on [delegate routes](http://haacked.com/archive/2008/12/15/redirect-routes-and-other-fun-with-routing-and-lambdas.aspx).
* And this series on [Route Grouping](http://haacked.com/archive/2010/12/02/grouping-routes-part-1.aspx).
* And this blog post on [Editable Routes](http://haacked.com/archive/2010/01/17/editable-routes.aspx)!RouteMagic supports all these features!