我知道这个网站是使用ASP.Net MVC编写的,我在url中没有看到“/ Home”。这证明我可以做到这一点。我需要什么特殊路线?
解决方法
只需将“Home”更改为空字符串即可。
routes.MapRoute( "Home","",new { action = Index,controller = Home } );