How to specify an area name in an action link?

Posted by Jeremy on Stack Overflow See other posts from Stack Overflow or by Jeremy
Published on 2010-01-10T06:10:26Z Indexed on 2010/04/25 20:53 UTC
Read the original article Hit count: 558

I have a shared master page which I am using from 2 different areas in my mvc 2 app. The master page has an action link which currently specifies the controller and action, but of course the link doesn't work if I'm in the wrong area. I see no overload for actionlink that takes an area parameter, is it possible to do?

© Stack Overflow or respective owner

Related posts about asp.net-mvc-areas

Related posts about asp.net-mvc