is there any way to get umbraco content from umbraco cache files?
I want to access umbraco cache file from outside and convert this file to json or xml.
if that is not possible. how can I access cache files from UmbracoApiController and convert it json.
I just want to access umbraco content.
is there any way to get umbraco content from umbraco cache files?
I want to access umbraco cache file from outside and convert this file to json or xml. if that is not possible. how can I access cache files from UmbracoApiController and convert it json. I just want to access umbraco content.
Hi Hakan,
You can use The Umbraco Helper
https://our.umbraco.com/forum/umbraco-8/96270-using-umbracohelper-in-a-custom-class-in-v8#comment-304421
https://our.umbraco.com/documentation/reference/querying/umbracohelper/
is working on a reply...