Makes umbraco.GlobalSettings.UmbracoMvcArea available since we haven't been able to get the GlobalSettings into the right public classes yet.
This commit is contained in:
@@ -18,8 +18,15 @@ namespace umbraco
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class GlobalSettings
|
public class GlobalSettings
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
/// <summary>
|
/// This returns the string of the MVC Area route.
|
||||||
|
/// </summary>
|
||||||
|
public static string UmbracoMvcArea
|
||||||
|
{
|
||||||
|
get { return Umbraco.Core.Configuration.GlobalSettings.UmbracoMvcArea; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
/// Gets the reserved urls from web.config.
|
/// Gets the reserved urls from web.config.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The reserved urls.</value>
|
/// <value>The reserved urls.</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user