Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    HttpContextBackOfficeVariationContextAccessor(IRequestCache)

    Initializes a new instance of the HttpContextBackOfficeVariationContextAccessor class.

    Declaration
    public HttpContextBackOfficeVariationContextAccessor(IRequestCache requestCache)
    Parameters
    Type Name Description
    IRequestCache requestCache

    Properties

    View Source

    VariationContext

    Gets or sets the current BackOfficeVariationContext.

    Declaration
    public BackOfficeVariationContext VariationContext { get; set; }
    Property Value
    Type Description
    BackOfficeVariationContext
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • HttpContextBackOfficeVariationContextAccessor(IRequestCache)
    • Properties
      • VariationContext
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX