We have multiple areas in our MVC 4.0 application and I am looking for a way to get the current Area name when the session is started.
Asked
Active
Viewed 120 times
0
-
Possible duplicate of [ASP.NET MVC - Get Current Area Name in View or Controller](http://stackoverflow.com/questions/2723689/asp-net-mvc-get-current-area-name-in-view-or-controller) – R Day Dec 08 '15 at 16:53
-
We need this on the session start event. – user1892211 Dec 08 '15 at 18:07
-
Have a look at this one then, just use "area" instead of controller/action. http://stackoverflow.com/a/16820248/1241562 – R Day Dec 09 '15 at 08:28