BlazorTemplater
BlazorTemplater copied to clipboard
A library that generates HTML (e.g. for emails) from Razor Components
Hello, I've a scenario where my template receives a service via dependency injection this service in turn performs an **async** operation. the idea is to call the async operation in...
This is my proposed solution to [this issue](https://github.com/conficient/BlazorTemplater/issues/32) it was independently developed from the [other PR](https://github.com/conficient/BlazorTemplater/pull/30) which I've noticed exist only after the facts :( sorry This solution leverages on...
Current version supports .NET Standard 2.0 and .NET 5 only, should update to include a .NET 6 version.
The NuGet package should have a readme rather than just a simple description. Instructions here: https://docs.microsoft.com/en-gb/nuget/nuget-org/package-readme-on-nuget-org
Based in the idea from this [thread](https://github.com/conficient/BlazorTemplater/issues/20#issuecomment-1564802490) I add capability to add the CSS isolated in the component. Also I add NET8 like a target and testing.