I have mapped routes in my application:
context.MapRoute("Home.Index", "home/{action}/{parameter}",
new { controller = "Home", action = "Index", parameter = UrlParameter.Optional });
I wrote an attribute that inherits from: Auth...
asked by
31.07.2017 / 20:40