redirect to action in asp net core with three values code example
Example: asp.net core redirecttoaction with parameters
RedirectToAction("Action", "Controller" ,new { id });
RedirectToAction("Action", "Controller" ,new { id });