SaaS CMS has officially launched! Learn more now.

Class RenderSettings

Definies constants for well known custom settings.

Inheritance
System.Object
RenderSettings
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3
Syntax
public class RenderSettings : Object

Constructors

RenderSettings()

Declaration
public RenderSettings()

Fields

ChildrenCssClass

The string used to specify which css class attribute that should be used when rendering a content.

Declaration
public const string ChildrenCssClass = "childrencssclass"
Field Value
Type Description
System.String

ChildrenCustomTag

The string used to specify which tag that should be used when rendering a content.

Declaration
public const string ChildrenCustomTag = "childrencustomtagname"
Field Value
Type Description
System.String

CircularReference

The string used to specify that a content is will not be rendered because it would cause a circular reference.

Declaration
public const string CircularReference = "circularreference"
Field Value
Type Description
System.String

CssClass

The string used to specify which css class attribute that should be used when rendering a content.

Declaration
public const string CssClass = "cssclass"
Field Value
Type Description
System.String

CustomTag

The string used to specify which tag that should be used when rendering a content.

Declaration
public const string CustomTag = "customtag"
Field Value
Type Description
System.String

HasContainerElement

The string used to specify whether properties should be rendered within a container.

Declaration
public const string HasContainerElement = "hascontainer"
Field Value
Type Description
System.String

MissingRenderer

The string used to specify that a content is currently missing a renderer

Declaration
public const string MissingRenderer = "missingrenderer"
Field Value
Type Description
System.String

Tag

The string used to specify which template that should be used when rendering a content.

Declaration
public const string Tag = "tag"
Field Value
Type Description
System.String

Extension Methods