toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.51k stars 260 forks source link

Blazor #358

Closed Kailasl closed 3 years ago

Kailasl commented 4 years ago

is this supported in blazor? I am trying to create a simple blazor app which wiil return me html based on the template.

jzabroski commented 4 years ago

Create a web service to expose the html you want returned. No direct support. I know very little about Blazor other than watching videos. No hands on experience, sorry. If someone wants to add a sample of getting it working, that would be awesome. (I dont even know if it makes sense to use this from Blazor).