heymagurany / RegexRouting

Define your routes using regular expressions in ASP.NET MVC and Web API.
MIT License
1 stars 0 forks source link

Support ASP.NET MVC #5

Closed heymagurany closed 10 years ago

heymagurany commented 11 years ago

Add extension methods to the RouteCollection class that map regex routes to MVC controller.

This should be implemented in a separate module as to decouple the ASP.NET MVC dependency from the core routing module.