.NET 3.5 version

Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.

Commented on

Would it be possible to create a .NET 3.5 version of this library?

Commented on link

Yes, it is possible. It only requires some minor changes to the source code, e.g. I'm using some new overloads added to .NET 4, like String.Join(String, IEnumerable<String>).

Note however that I haven't done any testing against ASP.NET MVC 2 and the .NET 3.5 routing bits. I know that MVC3/.NET4 has some bug fixes that affect routing, e.g. see this question.

I will consider this for the next release. If you want I can send you a .NET 3.5 version of the solution.

Commented on link

Thanks.  I am trying to get my project upgraded to MVC3/.NET4, so don't make this a priority (all the way from MVC1).  I may come back and ping for it again, if need be.

 

Thanks again