In my admin view I would like several sub directories for example:
admin/users/list.aspx
I also have:
admin/list.aspx
What is the correct code to access admin/users/list.aspx from the controller?
Or should the admin sub directories be at root level of View/ and then use routing?