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
- Host: GitHub
- URL: https://github.com/scottsauber/RazorHtmlEmails
- Owner: scottsauber
- License: mit
- Created: 2018-07-05T19:45:15.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T02:06:20.000Z (over 4 years ago)
- Last Synced: 2023-11-07T17:25:29.115Z (over 2 years ago)
- Topics: aspnetcore, html-emails, razor
- Language: HTML
- Homepage: 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/
- Size: 1.35 MB
- Stars: 199
- Watchers: 6
- Forks: 102
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/