Fix member cached macros and change macro rendering to be async

This commit is contained in:
Bjarke Berg
2021-04-20 14:26:25 +02:00
parent 8123fee867
commit 5afc509d5e
17 changed files with 82 additions and 117 deletions

View File

@@ -10,6 +10,6 @@
}
<text>
@Umbraco.RenderMacro(macroAlias, parameters)
@await Umbraco.RenderMacroAsync(macroAlias, parameters)
</text>
}