一个areas 叫 web 一个叫 admin web中项跳转到 admin/home/index 怎么写? Url.Route(new{controller = "home",action = "index"}); 这样生成的是 web下的,怎么到admin下呢? 查看完整描述