DamianEdwards / RazorSlices

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

Support rendering slices to a Stream #10

Closed DamianEdwards closed 1 year ago

DamianEdwards commented 1 year ago

E.g.

public static ValueTask RenderToStreamAsync(this RazorSlice slice, Stream stream, HtmlEncoder? htmlEncoder = null);