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

Allow absolute / overriden url localizations #34

Closed Dresel closed 9 years ago

Dresel commented 9 years ago

Attribute Routes can be defined absolute / overriden at action level:

[Route("~/Welcome")]
public ActionResult Index()

This should also be possible for localizations and should not add any route prefixes:

localization.AddTranslation("~/Willkommen")