Replies: 1 comment
-
The query string is case sensitive for SEO. In my experience it's fairly rare to want to use a case sensitive query string but when you do, use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Query string parameters shouldn't be altered. Some systems, like OAuth2, expect values to be reflected as-is. (.NET code doesn't change them when you set RouteCollection.LowercaseUrls to true, only the path.)
Please make RedirectToCanonicalUrlAttribute not change query string parameters.
Beta Was this translation helpful? Give feedback.
All reactions