ASP.NET MVC The MapRoute method has a parameter named namespaces. From the code view, I see that this parameter is stored in the object Routein DataTokens["Namespaces"].
It seems to me that it makes some sense ... does anyone know what it is for?
source
share