API
- 1 ответ
- 0 вопросов
0
Вклад в тег
MapRoute(
name: "Default",
url: "{controller}/{action}/{id}",
defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
);