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?