dodyg / practical-aspnetcore

Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider writing samples for Fluid View for Minimal API

dodyg opened this issue · comments

This is interesting. I didn't know there was a view engine based on Liquid.

Thanks for pushing such an amazing project!

It doesn't make sense to use alternative to Razor when using MVC or Razor Pages. With Minimal APIs, these alternative View Engines can shine. I hope someone is working on a Scriban version.