LowercaseDashedRouteExt 1.4.0
dotnet add package LowercaseDashedRouteExt --version 1.4.0
NuGet\Install-Package LowercaseDashedRouteExt -Version 1.4.0
<PackageReference Include="LowercaseDashedRouteExt" Version="1.4.0" />
paket add LowercaseDashedRouteExt --version 1.4.0
#r "nuget: LowercaseDashedRouteExt, 1.4.0"
// Install LowercaseDashedRouteExt as a Cake Addin
#addin nuget:?package=LowercaseDashedRouteExt&version=1.4.0
// Install LowercaseDashedRouteExt as a Cake Tool
#tool nuget:?package=LowercaseDashedRouteExt&version=1.4.0
Makes ASP.NET MVC routes dashed (hyphenated) and lowercase.
This is a fork of Ata Sasmaz's work. Bugs are fixed and new features are added.
For initial one line configuration please read Project Information link.
More info: https://github.com/salarkh/lowercase-dashed-route/
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.4:
Fixed: 'Action' and 'Controller' was left undashed if they are not mentioned in @Url.RouteUrl
Version 1.3:
FIX: for when the 'action' is not mentioned and the default value is about to be used!
FIX: for when using @Url.RouteUrl.
Version 1.2:
Fixed: Area or custom url formats was left not dashed.
Version 1.1:
New: Support for 'namespace' constraints are added.
New: Added support for Areas.
New: Many new overloads for the class constructor.
Change: Decreasing project's required framework to .NET 4