请教一个 MVC 自定义路由的问题

2024年12月02日 18:04
有1个网友回答
网友(1):

routes.MapRoute(
name: "Default",
url: "{controller}/{action}/{id}",
defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
);