ASP.NET MVC 5: single controller method to handle paths in file browser mode
问题 I want to have some controller with the single method that would allow me to navigate through some hierarchy (file system etc.). In other words I want to have possibility to access this method with flexible routes and get part of routes as parameter. For example in case of this hierarchy Root Sub-folder-A Sub-folder-B Sub-folder-C I want to have access folders with the next routes mymvcapplication/explorer/root mymvcapplication/explorer/root/sub-folder-a mymvcapplication/explorer/root/sub