Open TonyValenti opened 8 months ago
@TonyValenti Are you familiar with this approach? https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-components-outside-of-aspnetcore?view=aspnetcore-8.0
I tried this, and was able to reference the RCL from a console project and use the sample code to render a *.razor template from the RCL.
Hi @SerratedSharp - This is awesome! I'm working on a library now!
@SerratedSharp https://www.nuget.org/packages/RazorString/
@TonyValenti How do I call @Html.Raw() from your .razor file?
Hi all, I'm considering building a razor parsing/execution alternative to RazorEngine that is .net 8.0 only.
What is the correct Nuget package from Microsoft that parses/compiles/runs razor code?
I found lots of packages but I'm not entirely sure which one is the current/latest.
Thanks!