views:

104

answers:

1

ASP.NET MVC's MapRoute method has a parameter named namespaces. From looking in the code, I see that this parameter is saved in the Route object in DataTokens["Namespaces"].

It seems to me that it has some meaning... anyone knows what is it for?

A: 

I guess this is what You are looking for.

Arnis L.
This guy reimplemented the DefaultControllerFactory which is not what I was looking for. However, the answer is pretty similar. I found the solution on the ASP.NET forums: http://forums.asp.net/p/1559753/3848750.aspx. @arnis thanks for the effort of finding this article.
Shay Friedman
@Shay glad it helps. :)
Arnis L.