![api](https://habrastorage.org/r/w120/webt/66/68/2e/66682ec7204fc986862208.png)
API
- 1 ответ
- 0 вопросов
0
Вклад в тег
MapRoute(
name: "Default",
url: "{controller}/{action}/{id}",
defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
);