Skip to content

Instantly share code, notes, and snippets.

@terjetyl
Created January 15, 2012 16:59
Show Gist options
  • Save terjetyl/1616437 to your computer and use it in GitHub Desktop.
Save terjetyl/1616437 to your computer and use it in GitHub Desktop.
Route webforms aspx url to mvc route
routes.MapRoute(
"",
"bilopphuggere/biler.aspx/{param}",
new { controller = "Huggere", action = "BilerRedirect", param = UrlParameter.Optional }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment