I am sending some email in an asp.net mvc application, and I want to place some html templates in a folder.
If I place a template file in a folder under Models e.g. Models\EmailTemplates\MyTemplate.html how do I load this file into a string (to be later used as the email body). I want to use System.IO.File.ReadAllText. How do I reference the file location?