-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating URLs Bug #275
Comments
There is an issue with URLs that begin with a path component of 3 characters that are interpreted as a language tag and hence are localized/unlocalized by i18n. There are some recent issues on here which go into this further. Thanks. |
I couldn't find these issues. |
Please re-open if necessary. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have "TagController" and If I tried to use @Url.Action("Index", "Tag") inside href attribute, the library will remove "Tag" from URL.
The text was updated successfully, but these errors were encountered: