Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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