CodeClimber

Climbing the cliffs of web development, on .NET

Wednesday, December 21, 2016 Umbraco, WebAPI, umbRequestHelper, controller, MVC

How to get the url of custom Umbraco backoffice API controllers with the GetApiUrl method

In this post I'm explaining how to setup the serverside so that you can use the umbRequestHelper.getApiUrl to get the Url also of custom Umbraco backoffice API controllers without hardcoding them in your frontend JS code.…