RazorHtmlEmails icon indicating copy to clipboard operation
RazorHtmlEmails copied to clipboard

Implementing HTML Emails with ASP.NET Core Razor

Results 3 RazorHtmlEmails issues
Sort by recently updated
recently updated
newest added

It's simple enough to copy/pasta [RazorViewToStringRendereder.cs](https://github.com/scottsauber/RazorHtmlEmails/blob/master/src/RazorHtmlEmails.RazorClassLib/Services/RazorViewToStringRenderer.cs) into my own project. But would be nice to make this a package people can import and update directly in their projects. Love the...

This works perfectly when that class library is finally being used in a asp mvc project. But say I have an executable which is used in a schedule job that...

Hi! I really love the idea to use Razor in console applications or services, but it requires couple updates to make it work with .net 6 ``` // It's required...