DamianEdwards / RazorSlices

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

Add ability to render slice to a stream #17

Closed DamianEdwards closed 1 year ago

DamianEdwards commented 1 year ago

Adds a method to enable rendering a slice to a stream. Also changed generic dispatch methods to use pattern that JIT recognizes to avoid boxing (in preparation for later changes).

Fixes #10