An open API service indexing awesome lists of open source software.

https://github.com/scottsauber/RazorHtmlEmails

Implementing HTML Emails with ASP.NET Core Razor
https://github.com/scottsauber/RazorHtmlEmails

aspnetcore html-emails razor

Last synced: about 1 year ago
JSON representation

Implementing HTML Emails with ASP.NET Core Razor

Awesome Lists containing this project

README

          

# Creating HTML Email Templates with ASP.NET Core Razor + Razor Class Libraries.
This repo demonstrates how to use Razor to create HTML Email templates utilizing Layouts, Partials, and Razor Class Libraries.

Walkthrough blog post here: https://scottsauber.com/2018/07/07/walkthrough-creating-an-html-email-template-with-razor-and-razor-class-libraries-and-rendering-it-from-a-net-standard-class-library/