Skip to content

Instantly share code, notes, and snippets.

@nurcinozer
Created January 9, 2019 16:49
Show Gist options
  • Save nurcinozer/c749ec3a037112e91acdaa46f0854501 to your computer and use it in GitHub Desktop.
Save nurcinozer/c749ec3a037112e91acdaa46f0854501 to your computer and use it in GitHub Desktop.
routes.maproute(
name: "default",
url: "{controller}/{action}/{id}",
defaults: new { controller = "home", action = "index", id = urlparameter.optional },
namespaces: new[] { "yourprojectname.controllers" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment