Get version when using IPageRouteModelConvention
问题 I sometime ago asked how to add some kind of localized url's, were IPageRouteModelConvention came into play in a, for me, perfect way. With that I'm able to have routes in different languages/names. If I use www.domain.com/nyheter (swedish) or www.domain.com/sistenytt (norwegian) I still only find, in RouteData , that the News route were used ( RouteData.Values["page"] ). How do I get which version? I know I can check/parse the context.Request.Path but am wondering if there is a built-in