I have to do a redirecttoaction
call in asp.net mvc view with varying params, extracted from the referrer page of the view (the status of a grid).
I have (in an hidden field) the content of the query string (sometimes empty, sometimes with 2 parameters and so on), so I have problems to create the route values array.
Are there some helpers, that help me to convert a query string a route values array?
Something like:
string querystring ="sortdir=asc&pag=5";
return RedirectToAction( "Index", ConvertToRouteArray(querystring));
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…