I was wondering if there is a way to access property values via JavaScript or jQuery via APIs? Does Umbraco provide any, or would we have to custom-build the APIs? Thanks in advance!
Umbraco doesn't provide anything out of the box. You could either write an Umbraco API Controller to return property data or write property data to your page on your template/macro etc...
Access property values via JavaScript
Hello
I was wondering if there is a way to access property values via JavaScript or jQuery via APIs? Does Umbraco provide any, or would we have to custom-build the APIs? Thanks in advance!
Hi Phillip,
Umbraco doesn't provide anything out of the box. You could either write an Umbraco API Controller to return property data or write property data to your page on your template/macro etc...
Thanks, Dan.
is working on a reply...