.NET 8 render Razor page as string within a C# unit test
I’m working on a ASP.NET Core 8 project with controllers that render .cshtml
into a string to send it via e-mail to external persons.
.NET 8 render Razor page as string within a C# unit test
I’m working on a ASP.NET Core 8 project with controllers that render .cshtml
into a string to send it via e-mail to external persons.