Questions tagged as 'asp.net-mvc-routing'

2
answers

Problems with MVC routes ASP.Net

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