Class WrappedEditableField<TValue>
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
public class WrappedEditableField<TValue> : Field<TValue>, IFieldReader, IValueField<TValue>, IWrappedEditableField, IField
Type Parameters
Name | Description |
---|---|
TValue | The value type. |
Constructors
WrappedEditableField()
Declaration
public WrappedEditableField()
Properties
EditableMarkupFirst
Gets or sets the HTML markup to render before this IField when editing.
Declaration
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
public string EditableMarkupLast { get; set; }
Property Value
Type | Description |
---|---|
System.String |