Using Html.ActionLink and Url.Action(...) from inside Controller

Posted by FreshCode on Stack Overflow See other posts from Stack Overflow or by FreshCode
Published on 2010-04-11T13:01:17Z Indexed on 2010/04/11 13:03 UTC
Read the original article Hit count: 876

Since HtmlHelper and UrlHelper don't exist inside a controller, how do I retrieve an ActionLink from inside a controller?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about actionlink