London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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
Remarks

Default value is NoTag

Extension Methods