Table of Contents

Class TextField

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model.Fields
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Represents a text field.

public class TextField : EditableField<string>, IFieldReader, IValueField<string>, IEditableField, IField
Inheritance
TextField
Implements
Inherited Members

Constructors

TextField()

Initializes a new instance of the TextField class.

public TextField()

TextField(string)

Initializes a new instance of the TextField class.

public TextField(string value)

Parameters

value string

The initial value.