I want to use the Html Helper class to build, for example, an Html.ActionLink from within a controller action. I don't see it available from within controller actions. What am I missing?
-
Oh, I totally understand to resist using Html Helpers in the controllers... but what happens when I want logic to control which link is presented? Then I have to dump logic into my view. Same violation, different area.Anthony– Anthony2009-08-14 21:55:31 +00:00Commented Aug 14, 2009 at 21:55
Add a comment
|