Class HttpContextBackOfficeVariationContextAccessor
Implements IBackOfficeVariationContextAccessor on top of IRequestCache.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.Context
Assembly: Umbraco.Core.dll
Syntax
public class HttpContextBackOfficeVariationContextAccessor : IBackOfficeVariationContextAccessor
Constructors
View SourceHttpContextBackOfficeVariationContextAccessor(IRequestCache)
Initializes a new instance of the HttpContextBackOfficeVariationContextAccessor class.
Declaration
public HttpContextBackOfficeVariationContextAccessor(IRequestCache requestCache)
Parameters
| Type | Name | Description |
|---|---|---|
| IRequestCache | requestCache |
Properties
View SourceVariationContext
Gets or sets the current BackOfficeVariationContext.
Declaration
public BackOfficeVariationContext VariationContext { get; set; }
Property Value
| Type | Description |
|---|---|
| BackOfficeVariationContext |