You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I translate routes with a custom translator. But a user can now call both. The origin (nontranslated) url and the translated url .
I want the user to only call the translated ur. I expected the ConstrainTranslatedRoutesByCurrentUICulture todo so but it doesn't
This only prevents the user to call other localizations but does not prevent the user to to call the untranslated url.
Am I doing something wrong or is this an expected behavior ?
I translate routes with a custom translator. But a user can now call both. The origin (nontranslated) url and the translated url .
I want the user to only call the translated ur. I expected the ConstrainTranslatedRoutesByCurrentUICulture todo so but it doesn't
This only prevents the user to call other localizations but does not prevent the user to to call the untranslated url.
Am I doing something wrong or is this an expected behavior ?
i've a controller like this:
and my configuration method looks like that:
The text was updated successfully, but these errors were encountered: