Top "Maproute" questions

MVC 3 How to use MapRoute

Could someone show me how to use the MapRoute method? I have tried creating my own routes, but it's not …

c# asp.net-mvc-3 routes maproute
Registering Multiple Routes in MVC asp.net

I want to map several routes in MVC that have the parameters in different orders: localhost:1010/abcd/home/index localhost:1010/…

asp.net-mvc asp.net-mvc-routing maproute
Map route asp.net mvc

I'm trying to make my url seo friendly. I need to make url with this structure www.domainname.com/article123. …

asp.net-mvc url seo maproute
Custom MapRoute

I am attempting to create some custom map routes but can't get it working quite right. My ultimate aim is …

c# asp.net-mvc razor asp.net-mvc-routing maproute
Asp.net MVC 5 MapRoute for multiple routes

I have 3 routes in RouteConfig: routes.MapRoute( name: "ByGroupName", url: "catalog/{categoryname}/{groupname}", defaults: new { controller = "Catalog", action = "Catalog" } ); routes.…

asp.net asp.net-mvc asp.net-mvc-5 asp.net-mvc-routing maproute
C# MVC 4 ControllerName attribute

I'm working on providing friendly names for my MVC 4 controllers and I want to do something like the [ActionName="My-Friendly-Name"] …

c# asp.net-mvc asp.net-mvc-4 asp.net-mvc-routing maproute
How to draw routes on maps in ios 6?

I want to show maps & draw routes on maps. My application supports for ios 4 plus. So how should i …

iphone ios mapkit ios6-maps maproute