Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
2 Points
1 Post
Jun 01, 2009 07:30 AM|LINK
RedirectToAction("ActionName", "ControllerName", new { parameterId1 = parameterValue1, parameterId2 = parameterValue2 })
e.g., RedirectToAction("Index", "Home", new { id = 22 }) = ~/Home/index/id/22
"ASP.NET MVC"
RyanWyan
Member
2 Points
1 Post
Re: RedirectToAction with querystring?
Jun 01, 2009 07:30 AM|LINK
RedirectToAction("ActionName", "ControllerName", new { parameterId1 = parameterValue1, parameterId2 = parameterValue2 })
e.g., RedirectToAction("Index", "Home", new { id = 22 }) = ~/Home/index/id/22
"ASP.NET MVC"
Software Engineer,
Islamabad Pakistan.