DamianEdwards / RazorSlices

Lightweight Razor-based templates for ASP.NET Core without MVC, Razor Pages, or Blazor.
MIT License
312 stars 13 forks source link

Support writing UTF8 byte[] values from views (as literals and values to be encoded) #8

Closed DamianEdwards closed 1 year ago

DamianEdwards commented 1 year ago

To optimize for cases where the template's model has a UTF8 byte[] value it wants to treat as text and write to the output.