Search Results for

    Show / Hide Table of Contents
    View Source

    Class HybridPropertyRenderingContextAccessor

    Implements a hybrid IPropertyRenderingContextAccessor.

    Inheritance
    object
    HybridAccessorBase<PropertyRenderingContext>
    Namespace: Umbraco.Cms.Core.Models.PublishedContent
    Assembly: Umbraco.Core.dll
    Syntax
    public class HybridPropertyRenderingContextAccessor : HybridAccessorBase<PropertyRenderingContext>, IPropertyRenderingContextAccessor

    Constructors

    View Source

    HybridPropertyRenderingContextAccessor(IRequestCache)

    Initializes a new instance of the HybridPropertyRenderingContextAccessor class.

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

    The request cache.

    Properties

    View Source

    PropertyRenderingContext

    Gets or sets the current PropertyRenderingContext.

    Declaration
    public PropertyRenderingContext? PropertyRenderingContext { get; set; }
    Property Value
    Type Description
    PropertyRenderingContext
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX