Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!