Hi!
Is it possible to use the "native" web api in umbraco together with the umbraco-mvc framework?
Tried to just install the web-api nuget.. but seems like umbracos routes keeps overriding the webapi routes...
Any ideas?
Im aware that umbraco has its own implementation of the older versions of the web api.. but I want to be able to use the "native" one.. not only since thats the one Im used to work with, but also since there has been a few updates since the Umbraco-web-api got implemented into Umbraco.
(For instance http-verb mapping against action-methods)
How to use "native" Web API in umbraco
Hi! Is it possible to use the "native" web api in umbraco together with the umbraco-mvc framework?
Tried to just install the web-api nuget.. but seems like umbracos routes keeps overriding the webapi routes...
Any ideas?
Im aware that umbraco has its own implementation of the older versions of the web api.. but I want to be able to use the "native" one.. not only since thats the one Im used to work with, but also since there has been a few updates since the Umbraco-web-api got implemented into Umbraco. (For instance http-verb mapping against action-methods)
is working on a reply...