How to check areas to load in ASP.NET MVC?
- by user1741807
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?