Custom Route Constraint in ASP.NET MVC
Posted by: Keyvan Nayyeri,
on 15 Apr 2009 |
View original | Bookmarked: 0 time(s)
In a recent blog post Simone did a great job by listing all the 13 major extensibility points available in ASP.NET MVC with a short description and references for further reading. Its been a while that I wanted to write more about ASP.NET MVC but like all other topics, it has been a decision only! However, I thought that its a good start point to go over these extensibility points with some introductory posts as starter guides. So here is the first part covering custom route constraints in ASP.NET...