What is MapRoute namespaces parameter for?

Posted by Shay Friedman on Stack Overflow See other posts from Stack Overflow or by Shay Friedman
Published on 2010-05-19T09:27:22Z Indexed on 2010/05/19 9:30 UTC
Read the original article Hit count: 315

Filed under:

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?

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2