AI OnAI Off
Hi Rajjames,
You could try this:
return RedirectToAction("Index", "Controller", new { node = new ContentReference(47) });
The first parameter is the action you would like to call, then the controller. The last parameter is the object you would like to passed to the action. Normally you should pass the ContentReference that belongs to the page.
Patrick
Hi,
I have created a Pagecontroller where user can register and after registering successfully, he has to navigate to another pageController called dashboard. Can some one explain me how to do this in MVC.
Thanks in advance.
Regards,
Rajjames