I want to redirect the Index action of the Home controller to another controller\'s action and nothing else. My code is thus:
public void Index() {
Should Return ActionResult, instead of Void