LowercaseRoutesMVC4 0.4.1

dotnet add package LowercaseRoutesMVC4 --version 0.4.1
NuGet\Install-Package LowercaseRoutesMVC4 -Version 0.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LowercaseRoutesMVC4" Version="0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LowercaseRoutesMVC4 --version 0.4.1
#r "nuget: LowercaseRoutesMVC4, 0.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LowercaseRoutesMVC4 as a Cake Addin
#addin nuget:?package=LowercaseRoutesMVC4&version=0.4.1

// Install LowercaseRoutesMVC4 as a Cake Tool
#tool nuget:?package=LowercaseRoutesMVC4&version=0.4.1

Easily map ASP.NET MVC routes to lowercase URLs! Does not affect casing of the querystring, if one exists. Includes support for MVC Areas, as well as experimental support for ASP.NET Web API HTTP routes. See the Project Site for important usage notes.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.1 60,505 3/14/2012
0.4.0 1,441 3/13/2012

Once added as a reference in your web project, you need only make a minor change to the method calls in your RegisterArea override in Global.asax. If you are using Areas in your project, you will also make similar changes in the RegisterArea override(s) in your area registration classes. See https://lowercaseroutesmvc.codeplex.com/ for details.