I'm trying to learn asp.net mvc, and almost everywhere I see route description with three components like /Controller/Action/{anyParams} I'd like to know if I can map a route similar to,
/Folder(or namespace)/Controller/Action/params...
ex:
/Admin/Student/Edit/id /ABC/Faculty/Add/` /XYZ/Student/Edit/id
or in general,
/XYZ/Controller1/Action/{param}