How to check areas to load in ASP.NET MVC?
Posted
by
user1741807
on Programmers
See other posts from Programmers
or by user1741807
Published on 2013-06-30T06:09:53Z
Indexed on
2013/07/01
10:29 UTC
Read the original article
Hit count: 207
asp.net-mvc
I have a ASP.NET MVC application which uses areas for the different features of the application.
It should display different features dependent on which version of the application the customer have.
I need to check which areas to display.
But how do I check which areas to display?
Is it just to wrap the menu in an if
statement to check if the customer have a version of the application that is allowed to see the area?
© Programmers or respective owner