【发布时间】:2013-03-22 03:37:59
【问题描述】:
我可以使用像这样的 ASP.NET MVC URL 而不从 Global.asax 重定向到它吗?:
http://test.com/product/versions/0.9/Setup.exe
这种情况下的产品是Controller 和/versions/0.9/Setup.exe just a /folder/folder/Setup.exe
它应该如何在我的控制器中? 不采取行动.. 还是?
【问题讨论】:
标签: asp.net-mvc asp.net-mvc-routing