Hey,
I think I might be missing something obvious.
But I need to send some content over a API, that has a Richtexteditor that Marco's are added to. Currently the API is just show the macro tag at the moment
When we a display using on the Razor view, we use umbraco.library.RenderMacroContent
But I can't seem to access RenderMacroContent out of the Razor?
I could use UmbracoHelper.RenderMacro, but that would mean I have to parse the UMBRACO_MACRO tag to find the parameters, surely there is a easier way?
RenderMacroText in Code
Hey, I think I might be missing something obvious.
But I need to send some content over a API, that has a Richtexteditor that Marco's are added to. Currently the API is just show the macro tag at the moment
When we a display using on the Razor view, we use umbraco.library.RenderMacroContent
But I can't seem to access RenderMacroContent out of the Razor?
I could use UmbracoHelper.RenderMacro, but that would mean I have to parse the UMBRACO_MACRO tag to find the parameters, surely there is a easier way?
Thanks
is working on a reply...