Sunday, 8 September 2013

Redirect to other page (asp.net mvc 4)

Redirect to other page (asp.net mvc 4)

I have this code in controller
public ActionResult WhatWeDo()
{
return View();
}
but I need to create redirect to other page.
How can I do it?

No comments:

Post a Comment