I'm trying to figure out the best way (or if it is possible) to decide if an Area should be loaded based on some runtime parameter.
I only want certain Areas available in certain situations. Is there a "best practices" around this.
A better way to ask this question may be, can you register the routes of an area at Runtime or Session_Start()
Thanks!