Table of Contents

Class WrappedEditableField<TValue>

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

Represents an arbitrary field in a Sitecore layout service response that contains a value that can be edited using wrapped HTML markup.

public class WrappedEditableField<TValue> : Field<TValue>, IFieldReader, IValueField<TValue>, IWrappedEditableField, IField

Type Parameters

TValue

The value type.

Inheritance
Field<TValue>
WrappedEditableField<TValue>
Implements
IValueField<TValue>
Derived
Inherited Members

Properties

EditableMarkupFirst

Gets or sets the HTML markup to render before this IField when editing.

[DataMember(Name = "editableFirstPart")]
[JsonPropertyName("editableFirstPart")]
public string EditableMarkupFirst { get; set; }

Property Value

string

EditableMarkupLast

Gets or sets the HTML markup to render after this IField when editing.

[DataMember(Name = "editableLastPart")]
[JsonPropertyName("editableLastPart")]
public string EditableMarkupLast { get; set; }

Property Value

string