Is there a way to create a strongly typed T4MVC ActionLink with a hash/pound/fragment in it?
For example, here is the link I\'d like to create:
In ASP.NET MVC 2.0 new helpers have been added that allow you to specify the fragment. Example:
<%= Html.ActionLink("Feed me", "Action", "Controller", null, null, "food", null, null) %>