Class RenderingTags
Default rendering tags used for public pages.
Inheritance
System.Object
    RenderingTags
  Namespace: EPiServer.Framework.Web
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public static class RenderingTags : ObjectFields
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 | 
Footer
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 | 
