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 SourcePropertyRenderingContext(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 SourceFallback
Gets the fallback policy for property value resolution.
Declaration
public Fallback Fallback { get; }
Property Value
| Type | Description |
|---|---|
| Fallback |