Updated partial view macro engine to support storing the files in the App_Plugins/[packagename]/Views/MacroPartials

so they can be stored with a package and not pollute the main file system.
This commit is contained in:
Shannon Deminick
2012-12-07 07:04:11 +05:00
parent 0d94ddb96e
commit 2a90e93a6f
6 changed files with 64 additions and 26 deletions

View File

@@ -69,6 +69,15 @@ namespace Umbraco.Core.IO
}
}
public static string AppPlugins
{
get
{
//NOTE: this is not configurable and shouldn't need to be
return "~/App_Plugins";
}
}
public static string MvcViews
{
get