changes to partialview repositories initialization.

adding methods for getting/setting partialview macro files.
This commit is contained in:
Claus
2016-09-09 13:28:30 +02:00
parent 2eb050e663
commit ba09e945f0
6 changed files with 84 additions and 15 deletions

View File

@@ -96,7 +96,23 @@ namespace Umbraco.Core.IO
}
}
public static string PartialViews
{
get
{
return MvcViews + "/Partials/";
}
}
public static string MacroPartials
{
get
{
return MvcViews + "/MacroPartials/";
}
}
public static string Media
{
get