If we have \"example_name\" we can change it in url using [ActionName(\"\")] So, i want to do this for controller name.
I can do t
user449689s answer is good, but he forgot to mention you need to add
routes.MapMvcAttributeRoutes();
into RegisterRoutes() of your RouteConfig.cs