MVC Redirect Anchor Tag

return Redirect(Url.RouteUrl(new { controller = "Home", action = "Index", Id = model.id }) + "#contact");

return new RedirectToActionAnchor("index", "home", "myanchor", new { id = 12 });

html çıktı: /home/index/12#myanchor

Listeye Dön