Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created August 14, 2017 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save casper-rasmussen/00c3c5ae9fa299785bdc1ff5374fd2bd to your computer and use it in GitHub Desktop.
Save casper-rasmussen/00c3c5ae9fa299785bdc1ff5374fd2bd to your computer and use it in GitHub Desktop.
routes.MapRoute("MetricsRoute",
"metric/{action}", //Hint: Adjust with your own URL segment if preferred
new { controller = "Metric", action = "Index" }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment