Skip to content

Instantly share code, notes, and snippets.

@thePunderWoman
Created February 15, 2013 22:18
Show Gist options
  • Save thePunderWoman/4964039 to your computer and use it in GitHub Desktop.
Save thePunderWoman/4964039 to your computer and use it in GitHub Desktop.
routes.MapRoute(
name: "NameOfRoute",
url: "v2/{action}/{id}",
defaults: new { controller = "v2", id = UrlParameter.Optional },
constraints: null,
namespaces: new[] { "App.Areas.Blah.Controllers" }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment