Try our conversational search powered by Generative AI!

Class RenderSettings

Definies constants for well known custom settings.

Inheritance
System.Object
RenderSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class RenderSettings

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