London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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