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 UIHint

Defines constant strings for the System.ComponentModel.DataAnnotations.UIHintAttribute.

Inheritance
System.Object
UIHint
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public static class UIHint : Object

Fields

AssetsFolder

A reference to a assets folder.

Declaration
public const string AssetsFolder = "assetsfolder"
Field Value
Type Description
System.String

Block

A reference to a block.

Declaration
public const string Block = "block"
Field Value
Type Description
System.String

Image

Displays an image.

Declaration
public const string Image = "image"
Field Value
Type Description
System.String

Legacy

Use legacy editor.

Declaration
public const string Legacy = "legacy"
Field Value
Type Description
System.String

MediaFile

Displays a media file of any type.

Declaration
public const string MediaFile = "mediafile"
Field Value
Type Description
System.String

PreviewableText

Displays a string read only, requiring user interaction to make writable.

Declaration
public const string PreviewableText = "previewabletext"
Field Value
Type Description
System.String

Textarea

Creates a text area to edit a string.

Declaration
public const string Textarea = "textarea"
Field Value
Type Description
System.String

Video

Displays an video.

Declaration
public const string Video = "video"
Field Value
Type Description
System.String