I select content using my own RestApi controller (UmbracoApiController) and use the umbraco Services.ContentService.GetById() function. If I have images / media in the content (in a text editor), then the src attribute has a bad value (the link / path is removed).
The same result is also in the examination. ( that's ok? )
How do I get the full content of a page with all the converted attributes?
Get content page ( from cache ) with media
Hello,
I select content using my own RestApi controller (UmbracoApiController) and use the umbraco Services.ContentService.GetById() function. If I have images / media in the content (in a text editor), then the src attribute has a bad value (the link / path is removed).
The same result is also in the examination. ( that's ok? )
How do I get the full content of a page with all the converted attributes?
Thanks.
is working on a reply...