Class ContentAreaRenderingOptions
Options for specifying content area rendering settings
Inheritance
System.Object
ContentAreaRenderingOptions
Namespace: EPiServer.Web.Templating
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class ContentAreaRenderingOptions : Object
Constructors
ContentAreaRenderingOptions()
Declaration
public ContentAreaRenderingOptions()
Properties
TemplateTagSelectionStrategy
Specifies which strategy that should be applied when a ContentArea item has a display option specified that does not match any registered template
Declaration
public MissingTemplateTagSelectionStrategy TemplateTagSelectionStrategy { get; set; }
Property Value
Type | Description |
---|---|
Missing |
Remarks
Default value is No