How to reference other Areas?
Posted
by chobo
on Stack Overflow
See other posts from Stack Overflow
or by chobo
Published on 2010-05-28T18:29:17Z
Indexed on
2010/05/28
18:32 UTC
Read the original article
Hit count: 243
Hi, I have a controller called "Account" in my main site and I would like to reference a method on it from with in an Asp.net MVC 2 Area.
It seems by default that Areas only have access to the controllers within that Area which makes sense, but there doesn't seem to be an option to reference controllers from another area.
Thanks!
© Stack Overflow or respective owner