-
In Liquid we can just use
In Razor pages,
The problem is that it's not very obvious. I wonder if I am missing something obvious on how to interrogate a shape details in Razor Pages. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think there is an Orchard helper called |
Beta Was this translation helpful? Give feedback.
-
Never mind. I found |
Beta Was this translation helpful? Give feedback.
I think there is an Orchard helper called
ConsoleLog
that does the same as the liquidconsole_log
filter. Maye all you need is to include the project reference for it to work ?OrchardCore/src/OrchardCore/OrchardCore.ContentManagement.Display/Razor/OrchardRazorHelperExtensions.cs
Line 30 in ed4250c