A followup question to: http://stackoverflow.com/questions/3091705/aggregate-on-dictionary-question.
I used the Aggregate Linq functionality but perhaps there is a better, more clean way, to do it?
Can I get the current route from the HtmlHelper? Or what do you suggest? I want to make a language switcher so as when I am on a page/route and click another language the same action gets requested but with another language in the route.
Something like
EN/Home/Index and FR/Home/Index