I am working with Umbraco 7 and with Umbraco for the first time. I am trying to redirect to another page from a custom controller that implements RenderMvcController.
I have tried ASP.NET MVC's return RedirectToAction("Index", "Home");
, but this does not seem to work.
Does anyone have an idea how to achieve this?