Search Results

2
votes

Is there a way to include a fragment identifier when using Asp.Net MVC ActionLink, RedirectToAction, etc. ?

The short answer is: No. In ASP.NET MVC Preview 3 there's no first-class way for including an anchor in an action link. Unlike Rails' url_for :anchor, UrlHelper.GenerateUrl (and ActionLink, Redirec …