You can redirect to anywhere from MVC action and you have to use RedirectResult
for that. RedirectResult
is a type of ActionResult
.
For ex.
public RedirectResult RedirectToAspx()
{
return Redirect("/pages/index.aspx");
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…