conficient / BlazorTemplater

A library that generates HTML (e.g. for emails) from Razor Components
Apache License 2.0
146 stars 16 forks source link

Look at ParameterViewBuilder.cs in Genzor #2

Closed conficient closed 3 years ago

conficient commented 3 years ago

https://github.com/egil/genzor

Thanks @egil

conficient commented 3 years ago

The current Dictionary<string, object> parameter process is a bit klunky, and a more type-safe, fluent approach would be a good idea.

conficient commented 3 years ago

Fixed by #14