I have a problem with routes in MVC.
routes.MapRoute(
name: "Default",
url: "{controller}/{id}",
defaults: new { controller = "Login", action = "Index", id = UrlParameter.Optional }
);
This route, for my pages, works (because I...
asked by
23.02.2017 / 20:20