Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyRenderingContext

    Represents the context for property rendering, including fallback policies.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.PublishedContent
    Assembly: Umbraco.Core.dll
    Syntax
    public class PropertyRenderingContext

    Constructors

    View Source

    PropertyRenderingContext(Fallback)

    Initializes a new instance of the PropertyRenderingContext class.

    Declaration
    public PropertyRenderingContext(Fallback fallback)
    Parameters
    Type Name Description
    Fallback fallback

    The fallback policy to use during property value conversion.

    Properties

    View Source

    Fallback

    Gets the fallback policy for property value resolution.

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