I have a little problem here. I need to add a trailing slash at the end of each url in the site I\'m working on. I defined all the links inside the site to have a trailing s
The RouteCollection Class now has a AppendTrailingSlash boolean which you can set to true for this behavior.