SaaS CMS has officially launched! Learn more now.

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.3
Syntax
[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
MissingTemplateTagSelectionStrategy
Remarks

Default value is NoTag

Extension Methods