Try our conversational search powered by Generative AI!

Class RenderingTags

Default rendering tags used for public pages.

Inheritance
System.Object
RenderingTags
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.Framework.Web
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public static class RenderingTags

Fields

Article

The actual content, or article on a page

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

Edit

Edit of something, such as a draft of a document

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

Empty

Support for displaying an item that doesn't have a value.

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

Bottom area, usually before closing body tag

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

Header

The header of a document, usually withing the head tags

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

Mobile

Optimized for mobile devices

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

Preview

Preview of something, such as a draft of a document

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

Sidebar

List of non-vital content or blocks thay may or may not be related to the main article

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