Hello!
I have a small problem, I can't find any documentation on the namespaces parameter for MapRoute. Can anyone explain how I should use that?
I want to map ~/Controllers/Projects/ProjectController.cs to this url ~/Projects/ but I also have other controllers in ~/Controllers/Projects that I want to map to other URL's. So I need to add a namespace for those URL's. How to?