Doubt with Redirecttoaction

Asked

Viewed 15 times

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");

}
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.