Class PresentationLayer
Defines constant strings to select presentation layer for an System.ComponentModel.DataAnnotations.UIHintAttribute.
Inheritance
System.Object
PresentationLayer
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.DataAnnotations
Assembly: EPiServer.Framework.dll
Version: 11.20.7Syntax
public static class PresentationLayer
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 |