From 3c7fb8aeff5f2e42e0c51206e9d87d63b2103103 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 10 Oct 2014 11:35:40 +0200 Subject: [PATCH] U4-2581 - public UmbracoContext.UrlProvider --- src/Umbraco.Web/UmbracoContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/UmbracoContext.cs b/src/Umbraco.Web/UmbracoContext.cs index f8a29d2a06..ba2f6aee46 100644 --- a/src/Umbraco.Web/UmbracoContext.cs +++ b/src/Umbraco.Web/UmbracoContext.cs @@ -378,7 +378,7 @@ namespace Umbraco.Web /// /// If the RoutingContext is null, this will throw an exception. /// - internal UrlProvider UrlProvider + public UrlProvider UrlProvider { get {