Class RenderSettings
Definies constants for well known custom settings.
Inheritance
Inherited Members
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
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 |