SaaS CMS has officially launched! Learn more now.

Class PresentationLayer

Defines constant strings to select presentation layer for an System.ComponentModel.DataAnnotations.UIHintAttribute.

Inheritance
System.Object
PresentationLayer
Namespace: EPiServer.Framework.DataAnnotations
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public static class PresentationLayer : Object

Fields

Edit

Used to select editor.

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

Website

The layer used to display the website.

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