Is it possible to render a razor file within another one ?
I have a razor file which i created to use in my template where it will retrieve content from RTE. The reason am using cshtml file here is i need to find some characters in the RTE and replace them by using something like
But here i found out there are a few Macro File Parameter being used in those RTE which in my case eventually stopped working. Just to point out the Macro Files are XSLT files.
I might change the xslt to razor file but are they going to be rendered within the cshtml file rendering content RTE ?
Razor Macro file within another one
Hi,
Is it possible to render a razor file within another one ?
I have a razor file which i created to use in my template where it will retrieve content from RTE. The reason am using cshtml file here is i need to find some characters in the RTE and replace them by using something like
But here i found out there are a few Macro File Parameter being used in those RTE which in my case eventually stopped working. Just to point out the Macro Files are XSLT files.
I might change the xslt to razor file but are they going to be rendered within the cshtml file rendering content RTE ?
Any suggestions ?
Anyone have any suggestions on this ?
May be a Angular Js ?
is working on a reply...