There is a function in umbraco.macro to GetXsltTransformResult by passing in a few parameters. I can then use that to output some data in the data editor (Content) section.
I'd like to know if there is a Razor version of this? All I'd like to do is pass a macro some parameters and output to a literal to show the macro.
Get Razor Transform Result
Hi,
There is a function in umbraco.macro to GetXsltTransformResult by passing in a few parameters. I can then use that to output some data in the data editor (Content) section.
I'd like to know if there is a Razor version of this? All I'd like to do is pass a macro some parameters and output to a literal to show the macro.
I currently use this for XSLT:
Thanks
Ben
is working on a reply...