I am starting to actively use the T4MVC โlinksโ function (for example, @ Links.Content.Site_css). Does anyone know if there is a way to generate methods for files that are stored in folders inside areas? I tried to make the following changes to the settings file, but no luck.
// Folders containing static files for which links are generated (eg Links.Scripts.Map_js) readonly string[] StaticFilesFolders = new string[] { "Scripts", "Content", "Areas/Admin/Content" };
Thank you very well in advance.
DS
source share