You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the liquid template theme is enabled, the blazor razor component cannot be output properly
enviroment:
visual studio 2022,
net8,
orchard core 1.8.3
enable liquid template theme(agency theme or blog theme)
enable module OrchardCore.Demo
Add code to hello.cshtml
// this is blazor razor component
@(await Html.RenderComponentAsync(RenderMode.ServerPrerendered))
@* It includes the blazor.server.js. You can use Orchard Core resource management for this if you have a Blazor base project
(i.e. adding a "Blazor" resource for this file). *@
When the liquid template theme is enabled, the blazor razor component cannot be output properly
enviroment:
visual studio 2022,
net8,
orchard core 1.8.3
enable liquid template theme(agency theme or blog theme)
enable module OrchardCore.Demo
Add code to hello.cshtml
// this is blazor razor component
@(await Html.RenderComponentAsync(RenderMode.ServerPrerendered))
@* It includes the blazor.server.js. You can use Orchard Core resource management for this if you have a Blazor base project
<script src="_framework/blazor.server.js" at="Foot"></script>(i.e. adding a "Blazor" resource for this file). *@
The text was updated successfully, but these errors were encountered: