Merged v9/dev into this branch

This commit is contained in:
Zeegaan
2021-08-16 12:43:28 +02:00
5 changed files with 7 additions and 51 deletions

View File

@@ -1,5 +1,4 @@
using System;
using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Core.Routing;
@@ -55,11 +54,6 @@ namespace Umbraco.Cms.Core.Web
//// The only nicer way would be to have a RouteRequest method directly on IUmbracoContext but that means adding another dep to the ctx/factory.
IPublishedRequest PublishedRequest { get; set; }
/// <summary>
/// Gets the variation context accessor.
/// </summary>
IVariationContextAccessor VariationContextAccessor { get; } // TODO: This shouldn't expose the accessor should it? IUmbracoContext is basically the accessor to the VariationContext since IUmbracoContextFactory currently creates it?
/// <summary>
/// Gets a value indicating whether the request has debugging enabled
/// </summary>