See this question http://stackoverflow.com/questions/591694/url-encoded-slash-in-url.
Even UrlEncode will not help here. The behaviour changes in MVC2.
Malcolm Frexner
2009-11-23 13:23:37
See this question http://stackoverflow.com/questions/591694/url-encoded-slash-in-url.
Even UrlEncode will not help here. The behaviour changes in MVC2.
Modify your route as /myaction/{*inputURL*}
. This will catch all after myaction.