Search Results

1
vote

C# MVC: Trailing equal sign in URL doesn’t hit route

IF you're passing data in the URL you should probably URL Encode it which would take care of the trailing =. http:/ …