Changing the default route configuration for Umbraco API Controller
I am a subscriber of umbraco.tv. I just finished the API Controllers video. The video did not mention anything about configuring the default route configuration of Umbraco API Controllers. Based on my knowledge so far, I know that I can probably hijack the route of my API controllers by creating a custom WebBootManager, and configuring the custom routes there. Is there a simpler way to do this?
Changing the default route configuration for Umbraco API Controller
I am a subscriber of umbraco.tv. I just finished the API Controllers video. The video did not mention anything about configuring the default route configuration of Umbraco API Controllers. Based on my knowledge so far, I know that I can probably hijack the route of my API controllers by creating a custom WebBootManager, and configuring the custom routes there. Is there a simpler way to do this?
Hi Dylan,
There is documentation on how to hijack routes and on how to do custom routes in Umbraco.
Hijacking : https://our.umbraco.org/documentation/Reference/Routing/custom-controllers
Custom Routes : https://our.umbraco.org/documentation/Reference/Routing/custom-routes
Probably you also want to read up on how the request pipeline works to get a better understanding on how umbraco handles requests : https://our.umbraco.org/documentation/Implementation/Default-Routing/
Dave
is working on a reply...