Skip to content
John Zabroski edited this page Nov 25, 2020 · 4 revisions

Welcome to the RazorLight wiki! See right sidebar for table of content.

RazorLight is used by FluentEmail, and other projects, to allow rendering Razor templates outside an ASP.NET Web Hosting Environment. This allows you to have fewer dependencies, as well as target older .NET runtimes (e.g., .NET Framework via net48 TFM).

There is sample code in the samples folder that demonstrates how to customize RazorLight to use an alternative project system with a SQL database as the template source.