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.dll
Version: 7.19.2Syntax
public static class RenderingTagsFields
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 | 
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 | 
