ASP.Net MVC RedirectToAction with anchor
I think you should use the Redirect method along with Url.RouteUrl to accomplish it. return Redirect(Url.RouteUrl(new { controller = “Thread”, action = “ShowThreadLastPostPage”, threadOid = threadId }) + “#” + postOid);