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 HttpContext, support for rendering partials (slices from other slices), and make slice lookup case-insensitive #32

Closed DamianEdwards closed 1 year ago

DamianEdwards commented 1 year ago

Fixes #6 Fixes #22 Fixes #24