Class WrappedEditableField<TValue>
Version: 21.x
Represents an arbitrary field in a Sitecore layout service response that contains a value that can be edited using wrapped HTML markup.
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public class WrappedEditableField<TValue> : Field<TValue>, IFieldReader, IValueField<TValue>, IWrappedEditableField, IFieldType Parameters
| Name | Description |
|---|---|
| TValue |
The value type. |
Constructors
WrappedEditableField()
Declaration
RequestResponse
public WrappedEditableField()Properties
EditableMarkupFirst
Gets or sets the HTML markup to render before this IField when editing.
Declaration
RequestResponse
public string EditableMarkupFirst { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
EditableMarkupLast
Gets or sets the HTML markup to render after this IField when editing.
Declaration
RequestResponse
public string EditableMarkupLast { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |