Yeah there are a few issues with the way RouteCollection.GetUrl and the MCVToolkit generate Urls
RouteCollection.GetUrl doesn't always output the right thing and the MVC Toolkit does some of its own Url generation which is broken.
Effectively what should be happening is RouteCollection.GetUrl should always output the right Url and the MVCToolkit should always delegate Url generation to that.
PS I've posted in another forum about the forum Search function being broken but it doesn't seem like anyone's going to do anything about it any time soon.
tgmdbm
Contributor
4392 Points
883 Posts
ASPInsiders
MVP
Re: RedirectToAction with querystring?
Jan 08, 2008 08:34 PM|LINK
Yeah there are a few issues with the way RouteCollection.GetUrl and the MCVToolkit generate Urls
RouteCollection.GetUrl doesn't always output the right thing and the MVC Toolkit does some of its own Url generation which is broken.
Effectively what should be happening is RouteCollection.GetUrl should always output the right Url and the MVCToolkit should always delegate Url generation to that.
The post referred to by Adam is http://forums.asp.net/t/1197244.aspx
PS I've posted in another forum about the forum Search function being broken but it doesn't seem like anyone's going to do anything about it any time soon.