C#C
C#7mo ago
Zac

HTML Templating Scriban / Razor / Stubble / Fluid etc

I have been using ASP.NET MVC for years and enjoy using Razor Engine for the page creation. However I am trying to find a means and methods of email templates across all my .NET applications. I am so familiar with Razor templates and code completion that Scriban although functional doesn't seem to have any code completion, or color, or anything it is kind of just like good luck! Is there any better means of using some of the HTML Templating engines similar to how Razor Engine works? I feel like I might be missing something.
Was this page helpful?