Skip to content

Releases: salarcode/lowercase-dashed-route

Version 1.4

06 Jan 06:48
Compare
Choose a tag to compare

Fixed: 'Action' and 'Controller' was left undashed if they are not mentioned in @Url.RouteUrl

Version 1.3.3

02 Jan 06:13
Compare
Choose a tag to compare

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

05 Jun 09:54
Compare
Choose a tag to compare

Only 'controller' and 'action' should get trailing dash.

Version 1.1

21 Apr 07:30
Compare
Choose a tag to compare

New: Support for 'namespace' constraints are added.
New: Added support for Areas.
New: Many new overloads for the class constructor.