I enable a feature in my web application that notifies the user by email.
Now that I want the HTML format of this email, I wonder if it is possible to reuse the basic functions of ASP.NET MVC and have a partial view displayed in a string so that I can make a partial view with the contents of the email. Service level code will provide the model needed for presentation.
source
share