0
我使用以下路線問題與定製路由
routes.MapRoute(
"PatientList",
"User/{SearchName}/{LocationID}/{Page}",
new { controller = "User", action = "Index", SearchName = "", LocationID = 0, Page = 1 }
);
它失敗以下網址:/用戶// 1/1的
誰能告訴我什麼,我做錯了什麼?