我的 Home 控制器和 routeconfig.cs 中都有所有默认值。
我正在尝试以下操作:
abc:111/ --> runs Index() method
abc:111/Home --? runs Index() method
abc:111/Home/Index --? runs Index() method
abc:111/Home/Index/One --? runs Index() method
abc:111/Home/One --? error
我想通过我的 Index() 方法执行 home/one