Lowercase URLs in MVC 4

Posted by Steven Clontz on February 7, 2014

More adventures in .NET. Here’s a couple of code snippets to enforce lower-case URLs in a MVC 4 application (which oddly defaults to UpperCamelCase).

Check out the Gist.