Class HttpContextBackOfficeVariationContextAccessor
Implements IBack
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 Http
Declaration
public HttpContextBackOfficeVariationContextAccessor(IRequestCache requestCache)
Parameters
Type | Name | Description |
---|---|---|
IRequest |
requestCache |
Properties
View SourceVariationContext
Gets or sets the current Back
Declaration
public BackOfficeVariationContext VariationContext { get; set; }
Property Value
Type | Description |
---|---|
Back |