I am trying to understand the proper way to route controllers in Umbraco when you put all your models, controllers, helpers, etc,. into their own core for a multi-site setup. My structure is as such:
I posted all my code, that works on StackOverflow, but what would be the ideal way to handle the routing to the custom controllers in this type of setup? Having to create an action for every page in a website doesn't seem efficient.
Proper way to route to controllers in Umbraco ASP.NET
I posted this on stackoverflow: http://stackoverflow.com/questions/42397136/proper-way-to-route-to-controllers-in-umbraco-asp-net-iapplicationeventhander
I am trying to understand the proper way to route controllers in Umbraco when you put all your models, controllers, helpers, etc,. into their own core for a multi-site setup. My structure is as such:
I posted all my code, that works on StackOverflow, but what would be the ideal way to handle the routing to the custom controllers in this type of setup? Having to create an action for every page in a website doesn't seem efficient.
is working on a reply...