Provides Model Convention classes to change auto-generated ASP.NET Core urls from PascalCase to kebab-case.
Info
| Version: | 1.1.0 |
| Author(s): | Sean G. Wright |
| Last Update: | Sunday, July 22, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/sgwatgit/kebab-case-route-tokens |
| NuGet Url: | https://www.nuget.org/packages/Sgw.KebabCaseRouteTokens |
Install
Install-Package Sgw.KebabCaseRouteTokens
dotnet add package Sgw.KebabCaseRouteTokens
paket add Sgw.KebabCaseRouteTokens
Sgw.KebabCaseRouteTokens Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.0.0)
Tags