how we can pass parameter and Area in redirecttoaction
return RedirectToAction("Index","Coupon1",
new {Area = "Admin"},
new {id = currentcoupon.Companyid.id});
|
how we can pass parameter and Area in redirecttoaction
|
||||
|
|
|
|||
|
Just add your parameter to the same object that contains your area.
|
||||
|
|