changes to partialview repositories initialization.
adding methods for getting/setting partialview macro files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user