1
Is it possible to redirect when the site uses an anchor? I have this situation, where my anchor has the contact name, wanted to redirect to this part of the code.
public ActionResult email()
{
return RedirectToAction("index#contato", "Home");
}