If I add the rule to enforce a trailing slash to the urls in my application, it breaks when I redirect to a parameterized URL, such as www.mysite.com/state/city?lat=x&lng=y
Does anyone know how to handle trailing slashes when such parameters exist?
1 Answer 1
Maybe look at RouteConfig.cs and routes.AppendTrailingSlash see if this fixes the issue.
Sign up to request clarification or add additional context in comments.
1 Comment
jallen
I haven't tried that yet bu I have a feeling this is correct because of other changes to routing.
default