i have a RedirectToAction in some of Controller.
i need second parameter in it, but all my attempts flopps.
here is orogin code which works just with one parameter.
RedirectToAction("Rating", "contract", new { partnerUsername = partnerUsername });
second should be: ?page=2
1 Answer