Dresel / RouteLocalization

RouteLocalization is an MVC and Web API package that allows localization of your attribute routes.
MIT License
67 stars 13 forks source link

Add more fine-grained RoutePrefix control #49

Open Dresel opened 9 years ago

Dresel commented 9 years ago

From issue 48:

Atm when AddCultureAsRoutePrefix is used, the prefix is always added at the beginning of the route. This should be configurable:

Before [RouteArea], [RoutePrefix], [Route] - (as it is now) After [RouteArea] but before [RoutePrefix], [Route] After [RouteArea], [RoutePrefix] but before [Route] After [RouteArea], [RoutePrefix], [Route]