1. How to redirect to another action from with in an Action
return
RedirectToAction("ToActionName", new { id = 99 });
id will be name of parameter for which value is being passed.
D365, Power Platform, O365, Azure and more
D365, Power Platform, O365, Azure and more
1. How to redirect to another action from with in an Action
return
RedirectToAction("ToActionName", new { id = 99 });
id will be name of parameter for which value is being passed.